Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

Size: px
Start display at page:

Download "Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems"

Transcription

1 Advanced Excel Presented By: Chad Jarvi, CPA President, Civic Systems IMFOA Conference April 11, :15 pm 4:15 pm

2 COPY AND PASTE... 4 USING THE RIBBON... 4 USING RIGHT CLICK... 4 USING CTRL-C AND CTRL-V... 4 CLICK AND DRAG LOWER RIGHT CORNER... 5 DOUBLE-CLICK LOWER RIGHT CORNER... 5 CTRL-D AND CTRL-R... 5 PASTE SPECIAL... 7 PASTE VALUES... 7 TRANSPOSE VALUES... 8 FORMAT PAINTER... 9 PARSE A CELL USING TEXT TO COLUMNS PARSE A CELL USING FLASH FILL REMOVE DUPLICATES VLOOKUP FUNCTIONS FINANCIAL FUNCTIONS AVERAGE MIN MAX CONDITIONAL FORMATTING SPARKLINES CREATE A CALCULATOR EXAMPLE TOTAL COLUMNS CLEAR TOTALS AUTOMATICALLY USING A MACRO AUTOMATICALLY OPEN CALCULATOR OTHER TIPS DATA VALIDATION SUMIF AND COUNTIF FUNCTIONS PIVOT TABLE BASICS CREATE A PIVOT TABLE FORMATTING YOUR PIVOT TABLE PIVOT TABLE OPTIONS... 23

3 SLICERS PIVOT CHART BASICS CREATE A PIVOT CHART FORMATTING YOUR PIVOT CHART SLICERS... 25

4 Copy and Paste Copy and Paste To demonstrate that there are a number of different ways to do the same thing within Excel, there six () ways to perform a Copy and Paste: Using the Ribbon 1. Select a cell or cells. 2. Click the Copy button on the Home ribbon. 3. Move to the cell you would like to copy the contents into. 4. Click the Paste button on the ribbon. Using Right Click 1. Select a cell or cells. 2. Right-click and select Copy. 3. Move to the cell you would like to copy the contents into. 4. Right-click and select Paste. Using Ctrl-C and Ctrl-V 1. Select a cell or cells. 2. On your keyboard, press Ctrl-C. 3. Move to the cell you would like to copy the contents into. 4. On your keyboard, press Ctrl-V.

5 Click and Drag Lower Right Corner Copy and Paste 1. Click on a cell you want to copy the contents into adjacent cells located either up, down, right, or to the left of that current cell. 2. Take cursor and hover over lower right corner until it turns into a plus sign. 3. Click and drag up, down, right or left to the adjacent cells to copy and paste in one step. Double-Click Lower Right Corner 1. Click on a cell you want to copy the contents into adjacent cells located beneath that cell. 2. Take cursor and hover over lower right corner until it turns into a plus sign. 3. Double-click. Ctrl-D and Ctrl-R 1. Click on a cell or cells directly below or to the right of the cells you want to copy and paste. 2. Press Ctrl-D to copy the cells directly above your selection

6 or Ctrl-R to copy the cells directly to the left of your selection. Copy and Paste

7 Paste Special Paste Special Paste Special allows you to paste the contents of a cell or cells in various ways. Paste Values You can paste only the values of a cell or cells rather than the formula. 1. Select a cell or cells. 2. Click the Copy button on the ribbon. 3. Move to the cell you would like to copy the contents into. 4. Click the Paste Special on the ribbon. 5. Select Values from the Paste Special section. 6. Click OK.

8 Transpose Values You can transpose a table of data by using the Transpose ability under Paste Special. 1. Select a cell or cells. Paste Special 2. Click the Copy button on the ribbon. 3. Move to the cell you would like to transpose the date into. 4. Click the Paste Special on the ribbon. 5. Select Transpose. 6. Click OK.

9 Format Painter Format Painter One of the most underused features in Excel. Format Painter copies formatting from one cell and applies it to another. 1. Select a cell that has the desired formatting you are looking to copy. 2. Click the Format Painter button on the Home ribbon. 3. Your cursor will turn into a plus sign with a paintbrush. Click on the cell(s) you want to copy the formatting to. 4. You can click and drag to other cells. Once you let go of the mouse button, the Format Painter is gone. Note: To keep the Format Painter enabled to copy the formatting to several sections within you spreadsheet, double-click the Format Painter button on the ribbon. You can now click as many times as you want throughout your spreadsheet to copy the formatting. When you are done, simply click the Format Painter button on the ribbon to disenable.

10 Parse a Cell Using Text to Columns Parse a Cell Using Text to Columns To separate the contents of one cell into separate columns, you can use the Text to Columns. 1. Make sure the columns to the right of the column you are looking to parse are empty. 2. Highlight the entire column or just the cells you are looking to parse. 3. On the ribbon, go to Data Data Tools Text to Columns. 4. Click Delimited. 5. Click Next. 6. Choose the characters you want to parse (e.g. Space or Comma). 7. Click Next. 8. Click Finish.

11 Parse a Cell Using Flash Fill Parse a Cell Using Flash Fill To separate the contents of one cell into separate columns, you can use the Flash Fill. Make sure that Flash Fill is enabled by doing the following: - Go to File Options. - Click on Advanced. - Check Enable AutoComplete for cell values and Automatically Flash Fill. - Click OK. 1. Go to a column next to the one you would like to parse. 2. Type what you would to parse in that cell. For example, we want to parse Madison from Madison, WI We would type Madison. 3. Go to the cell below and start typing. Excel should Flash Fill the remaining entries. Press Enter on your keyboard.

12 Remove Duplicates Remove Duplicates Remove Duplicates removes any and all duplicates in a list of values. 1. Highlight the range of cells you want to remove duplicates from. 2. On the ribbon, go to Data Data Tools Remove Duplicates. 3. Only check the column that contains the duplicates. 4. Click OK.

13 VLOOKUP Function VLOOKUP Functions Use the VLOOKUP function when you need to find information in a table. For example, you downloaded your budget from prior year into Excel and now you want to reference that budget number in your budget worksheet so that you do not have to manually type the number. The VLOOKUP function utilizes four (4) arguments: Lookup_value, Table_array, Col_index_num, and Range_lookup. Lookup_value The value you want to look up. Table_array The range where the lookup value is located. Remember that the lookup value should always be in the first column in the range for this function to work correctly. Col_index_num The column number in the range that contains the return value. Range_lookup I always type FALSE into this field. This means that it will only return a result if it can find an exact match to your Lookup_value specified. Otherwise, it will find an approximate match and your data will mostly likely be inaccurate.

14 Financial Functions Financial Functions To help with better analysis, there are several functions that you can use in your budget spreadsheet. AVERAGE Returns the average of the specified values. (e.g. =AVERAGE(A1:A20)) MIN Returns the minimum of the specified values. (e.g. =MIN(A1:A20)) MAX Returns the maximum of the specified values. (e.g. =MAX(A1:A20))

15 Conditional Formatting Conditional Formatting Conditional Formatting enables you to highlight or format cells with a certain color or icon set depending on the cell s value. Let us say I want to put a red, yellow, or green stop-and-go light next to the percent increase for each account in my budget spreadsheet. If the percent increase is less than 3%, we want a green light. If the percent increase is between 3%-5%, we want a yellow light. If the percent increase is greater than 5%, we want a red light. 1. Highlight the range of numbers you want Conditional Formatting on. 2. On the ribbon, go to Home Styles Conditional Formatting. 3. For this example, we are going to use stop-and-go lights.

16 Conditional Formatting 4. Once selected, you will see that Excel tries to establish the formatting it thinks you want. In this case, we will need to edit the formatting. Make sure your range of numbers is still selected and go to Home Styles Conditional Formatting Manage Rules on the ribbon. 5. Highlight the Icon Set you want to edit and click Edit Rule. 6. Click on Reverse Icon Order so that the red light is first. 7. Change the Types to Number instead of Percent. 8. Following the rules we noted above, change the Value for the red light to Change the Value for the yellow light to Click OK.

17 Sparklines Sparklines Sparklines are tiny charts that provide a visual representation of data. To insert a Sparkline, do the following: 1. Click in the cell you want the Sparkline to appear. 2. On the ribbon, go to Insert Sparklines Line. 3. Select the data that you want graphed. 4. Click OK.

18 Create a Calculator Example Create a Calculator Example This section walks us through how we can do away with our 10 key calculator and utilize Excel to better add and compare numbers. Total Columns The first step is to create our totals or sum formulas. For convenience, we will create these sum totals in the first row of our spreadsheet. In addition, we will lock the first row so that it is always visible as we look to add numbers together. 1. Open a blank spreadsheet. 2. We will want to format the cells with commas and two (2) decimal points. a. Highlight the entire spreadsheet by clicking in the upper left corner of your spreadsheet. b. Click the Comma Style button on the ribbon. 3. Click on cell A1 and type the following: =Sum(A2:A300). 4. Copy and paste that formula into B1, C1, and D1. 5. Highlight cells A1 through D1 and give these cells some special formatting (bold, larger font, etc.) and/or highlighting. 6. To lock the first row, do the following: a. Click on cell A2.

19 Create a Calculator Example b. Go to the View ribbon and click on Freeze Panes Freeze Panes. Clear Totals Automatically Using a Macro This section will walk us through how we can create a simple macro to quickly clear our totals from the top row. Note: You will need the Developer ribbon in order to create a Macro. If you do not see the Developer ribbon, follow these steps to enable it: - Click File on the ribbon. - Go to Options. - Click Customize Ribbon. - Check the Developer check box. - Click OK. 1. With our calculator spreadsheet open, go to the Developer ribbon. 2. Click on Record Macro.

20 Create a Calculator Example 3. Give the macro a name like Clear_Totals and assign a Shortcut key. I used the letter z. 4. Click OK. 5. Highlight cells A2 through D Press the Delete key on your keyboard. 7. Click on cell A2. 8. Click Stop Recording on the Developer ribbon. Automatically Open Calculator This section walks us through how we can have Excel automatically launch our Calculator spreadsheet whenever we open Excel for the first time. 1. With your calculator spreadsheet open, go to Save As. 2. You will need to save this spreadsheet into the XLSTART directory. This directory can be tricky to find. For example, this directory is found under C:\Program Files (x86)\microsoft Office\Office15\XLSTART on my computer. 3. Click Save. 4. Test to make sure that it automatically opens by closing Excel and opening it again.

21 Other Tips Other Tips This section walks us through some other handy tips and tricks. Data Validation Restrict input into specified cells by using Data Validation. You can restrict input to specific values, whole numbers, text length, date range, and more. 1. Highlight the range of cells you want to restrict input. 2. On the ribbon, go to Data Data Validation Data Validation. 3. Select the option you want from the Allow drop-down. 4. Finish completing other options such as Source if you selected List or Start date and End date if you selected Date. 5. Click OK. When you try to enter something into that cell or cells, it should restrict you to the validation rules you setup in the steps above. SumIf and CountIf Functions You quickly sum numbers based on specified criteria by using the SumIf function. You can also count the number of times something appears in a list based on specified criteria by using the CountIf.

22 Pivot Chart Basics Pivot Table Basics A Pivot Table is a tool in Excel that a person can use to query, organize and summarize large amounts of data. Create a Pivot Table To create a Pivot Table, do the following: 1. Select the data you wish to organize into a Pivot Table. 2. Click the Pivot Table button on the Insert ribbon. 3. To create your Pivot Table on a new worksheet, choose New Worksheet. To create your Pivot Table on an existing worksheet, select Existing Worksheet and specify the location. 4. Click OK. 5. Once your Pivot Table has been created, you can add whatever fields you want to appear in your Pivot Table. Simply click the fields under the Choose fields to add to report section. 6. The ability to add Report Filter, Column Labels, Row Labels, and Values exists. These options allow you to customize your Pivot Table. - Report Filter Used to filter or limit what data the Pivot Table displays. - Column Labels Used to create groups that are displayed in separate columns. - Row Labels Used to break down the data into categories. Separate groups are created and the information for each group is placed into a single row. - Values Fields that you want to subtotal and display in your Pivot Table. Usually this is the numeric information you use.

23 Formatting your Pivot Table Pivot Chart Basics When you click inside of your Pivot Table, the Design ribbon appears. This ribbon provides you with the capability to change the Layout and Style of your Pivot Table. Pivot Table Options When you click inside of your Pivot Table, the Options ribbon appears. This ribbon provides you with the capability to do some common things like: - Field Settings - Change the column title, summary type (i.e. Sum, Count, etc.), and the number format. - Sort Change the sort order of your Pivot Table. - Add a Calculated Field Under Fields, Items, & Sets, you have the ability to build a calculated field to be added on to you Pivot Table (e.g. Variance). Slicers Slicers are much like report filters without all the advanced capabilities. They provide you with the ability to filter with a single click. To add Slicers, do the following: 1. Click Insert Slicer on the Options ribbon. If you do not see the Options ribbon, you need to click inside your Pivot Table. 2. Select the field you would like to filter or slice. 3. Click OK. Now, you can click on any field within your slicer to filter your Pivot Table.

24 Pivot Chart Basics Pivot Chart Basics A Pivot Chart are charts created from Pivot Tables. Much of the same functionality exists as a normal chart. Create a Pivot Chart To create a Pivot Table, do the following: 1. Select the data you wish to organize into a Pivot Table. 2. Click the Pivot Chart button on the Insert ribbon. 3. To create your Pivot Chart on a new worksheet, choose New Worksheet. To create your Pivot Chart on an existing worksheet, select Existing Worksheet and specify the location. 4. Click OK. 5. Click Change Chart Type on the Design ribbon. 6. Choose the chart type you would like to utilize. 7. Click OK. 8. Once your Pivot Chart has been created, you can add whatever fields you want to appear in your Pivot Table. Simply click the fields under the Choose fields to add to report section.

25 Pivot Chart Basics 9. The ability to add Report Filter, Column Labels, Row Labels, and Values exists. These options allow you to customize your Pivot Table. - Report Filter Used to filter or limit what data the Pivot Table displays. - Column Labels Used to create groups that are displayed in separate columns. - Row Labels Used to break down the data into categories. Separate groups are created and the information for each group is placed into a single row. - Values Fields that you want to subtotal and display in your Pivot Table. Usually this is the numeric information you use. Formatting your Pivot Chart You can now format your chart to the way you like it by adding Data Labels, Borders, 3-D Effects, etc. Simply, right-click within the chart and choose Format Chart Area, Format Data Series, or Format Data Labels. Slicers Slicers are much like report filters without all the advanced capabilities. They provide you with the ability to filter with a single click. To add Slicers, do the following: 1. Click Insert Slicer on the Analyze ribbon. If you do not see the Analyze ribbon, you need to click inside your Pivot Chart. 2. Select the field you would like to filter or slice. 3. Click OK. Now, you can click on any field within your slicer to filter your Pivot Chart.

EMIS - Excel Reference Guide

EMIS - Excel Reference Guide EMIS - Excel Reference Guide Create Source Data Files Create a Source Data File from your Student Software program. Current Year (valid as of the day pulled) Previous Year (used when reviewing data that

More information

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015 EXCEL AS BUSINESS ANALYSIS TOOL 10-May-2015 TOUCH POINTS Part A- Excel Shortcuts Part B: Useful Excel Functions Part C: Useful Excel Formulas Part D: Sheet and Cell Protection Part A: EXCEL SHORTCUTS EXCEL

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

Microsoft Excel 2007

Microsoft Excel 2007 Kennesaw State University Information Technology Services Microsoft Excel 2007 Special Topics PivotTable IF Function V-lookup Function Copyright 2010 KSU Dept. of Information Technology Services This document

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet!

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Hi folks! Before beginning the article, I just wanted to thank Brian Allan for starting an interesting discussion on what Strong at Excel means

More information

Excel Expert Microsoft Excel 2010

Excel Expert Microsoft Excel 2010 Excel Expert Microsoft Excel 2010 Formulas & Functions Table of Contents Excel 2010 Formulas & Functions... 2 o Formula Basics... 2 o Order of Operation... 2 Conditional Formatting... 2 Cell Styles...

More information

Excel for Data Visualization

Excel for Data Visualization Introduction to Excel for Data Visualization CHEAT SHEET CONTENT Basic data cleaning troubleshooting... 04 Three useful excel formulas... 05 INDEX MATCH VLOOKUP COUNTIF Why use INDEX MATCH?... 06 Why use

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

Themes & Templates Applying a theme Customizing a theme Creatingfilefromtemplate Creating yourowncustomize Template Using templates Editing templates

Themes & Templates Applying a theme Customizing a theme Creatingfilefromtemplate Creating yourowncustomize Template Using templates Editing templates Introducing Excel Understanding Workbooks and Worksheets Moving around a Worksheet Introducing the Ribbon Accessing the Ribbon by using your keyboard Using Shortcut Menus Customizing Your Quick Access

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

More information

Key concepts through Excel Basic videos 01 to 25

Key concepts through Excel Basic videos 01 to 25 Key concepts through Excel Basic videos 01 to 25 1) Row and Colum make up Cell 2) All Cells = Worksheet = Sheet 3) Name of Sheet is in Sheet Tab 4) All Worksheets = Workbook File 5) Default Alignment In

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Excel VLOOKUP. An EMIS Coordinator s Friend

Excel VLOOKUP. An EMIS Coordinator s Friend Excel VLOOKUP An EMIS Coordinator s Friend Vlookup, a function in excel, stands for Vertical Lookup. This function allows you to search a specific table of data, look for a match within the table of data

More information

Getting Started with Excel

Getting Started with Excel Getting Started with Excel Excel Files The files that Excel stores spreadsheets in are called workbooks. A workbook is made up of individual worksheets. Each sheet is identified by a sheet name which appears

More information

Appendix A Microsoft Office Specialist exam objectives

Appendix A Microsoft Office Specialist exam objectives A 1 Appendix A Microsoft Office Specialist exam objectives This appendix covers these additional topics: A Excel 2013 Specialist exam objectives, with references to corresponding coverage in ILT Series

More information

EXCEL ADVANCED Linda Muchow

EXCEL ADVANCED Linda Muchow EXCEL ADVANCED 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1 Table

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

IF & VLOOKUP Function

IF & VLOOKUP Function IF & VLOOKUP Function If Function An If function is used to make logical comparisons between values, returning a value of either True or False. The if function will carry out a specific operation, based

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam s Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-602) and provides references to corresponding coverage

More information

EXCEL INTERMEDIATE 2016

EXCEL INTERMEDIATE 2016 EXCEL INTERMEDIATE 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1

More information

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector and on ODE

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

More information

Excel 2016 Essentials Syllabus

Excel 2016 Essentials Syllabus Excel 2016 Essentials Syllabus Lesson 1 Creating & Managing Workbooks & Worksheets 1.1 Introduction Lesson content; What is a spreadsheet? The course folders; The course player; Screen resolution notes.

More information

THE AMERICAN LAW INSTITUTE Continuing Legal Education

THE AMERICAN LAW INSTITUTE Continuing Legal Education 67 THE AMERICAN LAW INSTITUTE Continuing Legal Education Using Everyday Tech Tools To Maximize Your Law Practice Plus Ethics April 26, 2018 Philadelphia, Pennsylvania Utilizing Microsoft Excel for a More

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Excel Level 3 - Advanced

Excel Level 3 - Advanced Excel Level 3 - Advanced Introduction This document covers some of the more advanced features of Excel. Spreadsheets can be used in such a multiplicity of ways that it cannot hope to even touch on all

More information

Excel 2013 Essentials Syllabus

Excel 2013 Essentials Syllabus Excel 2013 Essentials Syllabus Lesson 1 Managing Workbooks & Worksheets 1.1 Introduction Lesson content; What is a spreadsheet? The course folders; The course player; Before you start. 1.2 The Excel 2013

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

My Top 5 Formulas OutofhoursAdmin

My Top 5 Formulas OutofhoursAdmin CONTENTS INTRODUCTION... 2 MS OFFICE... 3 Which Version of Microsoft Office Do I Have?... 4 How To Customise Your Recent Files List... 5 How to recover an unsaved file in MS Office 2010... 7 TOP 5 FORMULAS...

More information

2013 ADVANCED MANUAL

2013 ADVANCED MANUAL 2013 ADVANCED MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D.

More information

How to Excel - Part 2

How to Excel - Part 2 Table of Contents Exercise 1: Protecting cells and sheets... 3 Task 1 Protecting sheet... 3 Task 2 Protecting workbook... 3 Task 3 Unprotect workbook and sheet... 3 Task 4 Protecting cells... 4 Protecting

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Excel 2010 Tutorials - Video File Attributes

Excel 2010 Tutorials - Video File Attributes Get Familiar with Excel 2010 42.30 2.70 The Excel 2010 Environment 4.10 0.18 Quick Access Toolbar 3.10 0.27 Excel 2010 Ribbon 3.10 0.26 File Tab 3.10 0.28 Home Tab 5.10 0.17 Insert Tab 3.10 0.18 Page Layout

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

Streamlined Reporting with

Streamlined Reporting with Streamlined Reporting with Presentation by: Ryan Black, M.B.A. Business and Fiscal Officer Office of the Provost Wright State University, Dayton, Ohio Microsoft Excel offers one of the most powerful software

More information

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts Tips and Shortcuts Drag Fill 1. Go to the 2016 Sales Report worksheet. 2. In cell E4 key in the calculation =D4-C4 and hit enter. 3. Go back to cell E4 and put your cursor in the bottom right corner of

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

Table of Contents. Chapter 1

Table of Contents. Chapter 1 Table of Contents iii Table of Contents Chapter 1 Starting Excel Using an electronic spreadsheet 2 Starting Excel 2 Exploring the Start screen 4 Creating a blank workbook 4 Exploring the Excel window 5

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

Attending delegates will be presented with a Certificate of Attendance upon completion of training.

Attending delegates will be presented with a Certificate of Attendance upon completion of training. Excel Core 2013 This beginners Microsoft Excel course will introduce you to the basic skills needed to use Excel. It starts with the key skills of how to create Excel workbooks and worksheets and navigate

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1.

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1. Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 1.1 Introduction 1.2 A spreadsheet 1.3 Starting up Excel 1.4 The start screen 1.5 The interface 1.5.1 A worksheet or workbook 1.5.2 The title bar 1.5.3

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

Preview from Notesale.co.uk Page 2 of 61

Preview from Notesale.co.uk Page 2 of 61 Modify a table Applying styles to tables; banding rows and columns; inserting total rows; removing styles from tables Filter and sort a table Filtering records; sorting data on multiple columns; changing

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS ü Open the file Task_1_Template.xlsx. All the further tasks will be conducted in this file, on particular sheets (Menu, Task 1, Task 2, Task 3). TASK 1.

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Excel Advanced

Excel Advanced Excel 2016 - Advanced LINDA MUCHOW Alexandria Technical & Community College 320-762-4539 lindac@alextech.edu Table of Contents Macros... 2 Adding the Developer Tab in Excel 2016... 2 Excel Macro Recorder...

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

Excel: Tips and Tricks Speaker: Marlene Groh, CCE, ICCE Date: June 13, 2018 Time: 2:00 to 3:00 & 3:30 to 4:30 Session Number: & 27097

Excel: Tips and Tricks Speaker: Marlene Groh, CCE, ICCE Date: June 13, 2018 Time: 2:00 to 3:00 & 3:30 to 4:30 Session Number: & 27097 Excel: Tips and Tricks Speaker: Marlene Groh, CCE, ICCE Date: June 13, 2018 Time: 2:00 to 3:00 & 3:30 to 4:30 Session Number: 27083 & 27097 Recording and Using Macros: Macros can be used to record steps

More information

TABLE OF CONTENTS. i Excel 2016 Advanced. 1 INTRODUCTION Method Software and other settings Exercise files 2

TABLE OF CONTENTS. i Excel 2016 Advanced. 1 INTRODUCTION Method Software and other settings Exercise files 2 i TABLE OF CONTENTS 1 INTRODUCTION 1 1.1 Method 1 1.2 Software and other settings 2 1.3 Exercise files 2 2 MULTIPLE WORKSHEETS 3 2.1 Working with multiple worksheets 3 Adding a worksheet 4 Deleting a worksheet

More information

2013 FOUNDATION MANUAL

2013 FOUNDATION MANUAL 2013 FOUNDATION MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

CMPF124 Microsoft Excel Tutorial

CMPF124 Microsoft Excel Tutorial Lab 5: Microsoft Excel Tutorial Excel Worksheet Microsoft Excel works as account ledger. An Excel Workbook (1) could have multiple Worksheets (2). A cell in Excel is referred by its Column and Row naming

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE

Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE COURSE TITLE Excel 2013 Course DURATION 14 Hours of Interactive Training COURSE OVERVIEW If you are looking to start a career in business or finance, having

More information

How Commercial Off-the-Shelf (COTS) Business Intelligence (BI) Tools Can Improve Financial Management Analysis

How Commercial Off-the-Shelf (COTS) Business Intelligence (BI) Tools Can Improve Financial Management Analysis How Commercial Off-the-Shelf (COTS) Business Intelligence (BI) Tools Can Improve Financial Management Analysis Carolyn L. North, CPA, CGFM, CDFM/A, PMP R. Ross Hosse, CDFM Purpose of Business Intelligence

More information

10 Ways To Efficiently Analyze Your Accounting Data in Excel

10 Ways To Efficiently Analyze Your Accounting Data in Excel 10 Ways To Efficiently Analyze Your Accounting Data in Excel Live Demonstration Investment advisory services are offered through CliftonLarsonAllen Wealth Advisors, LLC, an SEC-registered investment advisor.

More information

European Computer Driving Licence. Advanced Spreadsheet Software BCS ITQ Level 3. Syllabus Version 2.0

European Computer Driving Licence. Advanced Spreadsheet Software BCS ITQ Level 3. Syllabus Version 2.0 ECDL Advanced European Computer Driving Licence Advanced Spreadsheet Software BCS ITQ Level 3 Using Microsoft Excel 2010 Syllabus Version 2.0 This training, which has been approved by BCS, The Chartered

More information

Advanced Excel Charts : Tables : Pivots

Advanced Excel Charts : Tables : Pivots Advanced Excel Charts : Tables : Pivots Protecting Your Tables/Cells Protecting your cells/tables is a good idea if multiple people have access to your computer or if you want others to be able to look

More information

2013 INTERMEDIATE MANUAL

2013 INTERMEDIATE MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D. C O. U K CONTENTS CHAPTER

More information

Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam

Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam Microsoft Office Specialist Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam 77-727 Successful candidates for the Microsoft Office Specialist Excel 2016 certification exam will have

More information

1.a) Go to it should be accessible in all browsers

1.a) Go to  it should be accessible in all browsers ECO 445: International Trade Professor Jack Rossbach Instructions on doing the Least Traded Product Exercise with Excel Step 1 Download Data from Comtrade [This step is done for you] 1.a) Go to http://comtrade.un.org/db/dqquickquery.aspx

More information

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 Table of contents The use of range names 1 DESCRIPTION 1 TO DEFINE A NAME 2 USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 THE ROUND FUNCTION 7 THE SUMIF

More information

Contents. Group 2 Excel Handouts 2010

Contents. Group 2 Excel Handouts 2010 Contents Styles... 2 Conditional Formatting... 2 Create a New Rule... 4 Format as Table... 5 Create your own New Table Style... 8 Cell Styles... 9 New Cell Style... 10 Merge Styles... 10 Sparklines...

More information

EXCEL 2010 TIPS & TRICKS

EXCEL 2010 TIPS & TRICKS EXCEL 2010 TIPS & TRICKS Training and Reference Guide Starlight Education Table of Contents Move to the End of a Row or Column of Data... 1 Select Cells Without Scrolling... 1 Select Non-Adjacent Ranges...

More information

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

More information

Extracting the last word of a string Extracting all but the first word of a string Extracting first names, middle names, and last names Counting the

Extracting the last word of a string Extracting all but the first word of a string Extracting first names, middle names, and last names Counting the Introducing Excel Understanding Workbooks and Worksheets Moving around a Worksheet Introducing the Ribbon Accessing the Ribbon by using your keyboard Using Shortcut Menus Customizing Your Quick Access

More information

Mobile MOUSe EXCEL 2010 ONLINE COURSE OUTLINE

Mobile MOUSe EXCEL 2010 ONLINE COURSE OUTLINE Mobile MOUSe EXCEL 2010 ONLINE COURSE OUTLINE COURSE TITLE Excel 2010 Course DURATION 17 Hours of Interactive Training COURSE OVERVIEW In this course expert Michael Meskers will be covering all of the

More information

The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson

The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson Introduction In this book you will see that we use Excel 2007 as the focal point of much of the work we

More information

Using Excel for a Gradebook: Advanced Gradebook Formulas

Using Excel for a Gradebook: Advanced Gradebook Formulas Using Excel for a Gradebook: Advanced Gradebook Formulas Objective 1: Review basic formula concepts. Review Basic Formula Concepts Entering a formula by hand: Always start with an equal sign, and click

More information

Excel Formulas 2018 Cindy Kredo Page 1 of 23

Excel Formulas 2018 Cindy Kredo Page 1 of 23 Excel file: Excel_Formulas_BeyondIntro_Data.xlsx Lab One: Sumif, AverageIf and Countif Goal: On the Demographics tab add formulas in Cells C32, D32 and E32 using the above functions. Use the cross-hair

More information

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks In Office 2007, the OFFICE BUTTON is the symbol at the top left of the screen. 1 Enter Fractions That Will Display And Calculate Properly a. Type

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Half day Excel workshops suggested content

Half day Excel workshops suggested content Excel Introduction: (Session 1 of 2) opening a workbook the Excel screen layout, including the Ribbon and the Quick Access Toolbar entering and editing data simple calculations (using +, -, *, /) Undo

More information

Mathematical Operators for Excel

Mathematical Operators for Excel EXCEL ADVANCED 1 Mathematical Operators for Excel < > = >=

More information

1. Two types of sheets used in a workbook- chart sheets and worksheets

1. Two types of sheets used in a workbook- chart sheets and worksheets Quick Check Answers Session 1.1 1. Two types of sheets used in a workbook- chart sheets and worksheets 2. Identify the active cell- The active cell is surrounded by a thick border and its cell reference

More information