Excel Level 3 - Advanced

Size: px
Start display at page:

Download "Excel Level 3 - Advanced"

Transcription

1 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 possible features, but will give you an insight into some of the more useful. Prerequisites The exercises below assume that you are familiar with the use of a computer keyboard and mouse and have some knowledge of the basic techniques used in Excel, or have completed document 5.167, Intermediate Excel. Contents 1. Download a workbook 2 2. More Conditional Formatting 3 3. Protecting Worksheets 5 4. Pivot Tables 7 5. VLOOKUP COUNTIF and SUMIF Advanced charting 17 About this Document Words in bold Small capitals e.g. ALT Press KEY1 + KEY2 Press KEY1, KEY2 Bulleted lists Choose Insert - Picture Will need to be typed or chosen from a menu or window Indicate keys that you press Press both keys together Press each key consecutively Are guidelines on how to perform a task Show menu commands in this case, choose the option Picture from the Insert menu at the top of the screen This document is available from the ITS help desk, Malet Street or from the College intranet at Large print copies are available on request Birkbeck College IT Services 1

2 1 Download a workbook Objectives Method Download a spreadsheet for use in the exercises that follow Use Internet Explorer to save the file from the ITS website Comments Right-clicking on a link brings up different options 1.1 Internet Explorer We will use Internet Explorer to download a spreadsheet to save typing it from scratch Open Internet Explorer Browse to (or for short) Save the spreadsheet into your My Documents folder Open Excel Open the spreadsheet you have just saved 2 Birkbeck College IT Services

3 2 More Conditional Formatting Objectives To look at further options available within the conditional formatting command Method Select a column and use the Conditional Formatting icon on the Home Ribbon 2.1 Data bars Switching on Data bars for a column gives you a quick visual display of the relative size of the numbers within that column. Choose Data bars - More Rules to change the colour of the bar and (by ticking the Show Bar Only option) hide the values. 2.2 Colour scales The colour scales options will mark the lowest number in one colour, the highest in another and those in between in shades. Note that on the Applicants sheet the lowest numbers are the percentages in row 3, so for the best results select only the marks from row 4 downwards and apply conditional formatting to them. Chose Color Scales More rules to change the colours used. 2.3 Icon sets The icon sets provide a little more flexibility choosing Icon Sets More Rules allows you to specify which numbers should be marked with which colour. Birkbeck College IT Services 3

4 Combined with particular values be sure to change the Type to Number you can clearly mark firsts, passes and fails. 4 Birkbeck College IT Services

5 3 Protecting Worksheets Objectives Method To protect hidden areas and locked cells Use the Review Ribbon Comments Note that cells are automatically set to be protected 3.1 Protect cells Excel s protection commands are on the Review Ribbon. Each cell has a flag that says whether it will be locked when the protection is added to a worksheet. Note that cells are set to be locked by default, so you need to specify which cells users of the spreadsheet can edit. On the Marks 09/10 sheet, select all the cells with marks in (C4:G142) On the Home Ribbon, click on Format. Lock cell is highlighted, to show that all these cells will be locked if protection is applied Click Lock Cell to switch off the Lock Click on Format again and then on Protect Sheet Note the options available, allowing you to prevent users from changing formatting, add rows and so on Click OK So long as you do not enter a password, anyone can unprotect the sheet by clicking Format-Unprotect sheet. If you do use a password, make sure you will remember it even if a long time passes before you use the spreadsheet again. Birkbeck College IT Services 5

6 Try changing some of the marks, then any of the other cells 3.2 Protect Sheet If you have hidden worksheets you want to protect, you should use the Protect icon on the Review Ribbon. Hide the Marks sheet (right-click on the tab, or use the Hide command on the View Ribbon) Choose Review Protect Workbook Protect Structure and Windows Click OK (again, be careful when setting passwords) Click on the tab to move to the Summary sheet, if necessary Now, if you try to unhide the sheet, nothing appears. However, the sheet is still within the workbook, and a user can find out its name from the cross-sheet calculations in cells C2:D6 of the Summary sheet. With that information, they could check what was on the hidden sheet. In cell A9, type ='Marks 09-10'!A1 Use the drag handle to copy that formula a few cells to the right and then, with all those cells selected, use the handle again to copy it down a few rows. The formatting may be odd (column B, for instance, is formatted as dates), but the contents of the sheet are shown Even protecting every cell in a spreadsheet so that cross-sheet formulas can t be entered won t fully protect a hidden sheet, as you could use a cross-workbook formula instead. 6 Birkbeck College IT Services

7 4 Pivot Tables Objectives Pivot tables are used to summarise information held in a table, allowing you to view data in any combination you choose Method Click into a table and choose Insert-Pivot table, then drag headings into the appropriate box Comments For count functions you will need a unique identifier you can always assign an arbitrary numeric one if there isn t one already in place. 4.1 Applicants worksheet With several pieces of repeated information, the applicants table is ideally suited to a pivot table. Click on the tab to switch to the Applicants worksheet Click into the table you do not need to select the whole thing On the Insert Ribbon, click on PivotTable The data should be selected note the absolute references used. Click OK Birkbeck College IT Services 7

8 4.2 Build a pivot table To build a pivot table, we must drag column headers into the relevant spot on the right hand side of the screen. We will count the number of applicants for each module code. Drag the field Applied for into the Row Labels box To use the Count function, we need a unique field so surname will not do as if, for instance, 5 people called Smith have applied they will only be counted as one applicant. The ID field can be used. Drag the ID field into the Values box Excel has automatically produced a calculation based on the values we have entered but because the values in the ID column are numerical, it has SUMmed them (had they been textual, Excel would have COUNTed). Double click on Sum of ID on the worksheet itself Choose Count from the list Click OK The results should now be more sensible. Pivot tables allow you to quickly change the way information is reported, by adding or removing fields (columns on the original worksheet) to the pivot table. Drag the Qualifications field to the Column Labels box We now see the total number who have applied for a course by the level of their 8 Birkbeck College IT Services

9 qualifications this table also shows up our original data entry to be somewhat lacking, as for some people this field has been left blank, which leaves it unclear as to whether they have no qualifications or the information has not been supplied. Drag the Qualifications field out of the Column Labels box (or just untick the box next to it in the field list) Drag the First Contact field into the Column Labels box Every date is now listed as a column heading Click and drag across from the first date to the last date in June Right-click and choose Group (if you prefer, click on the PivotTable Tools- Options Ribbon and choose Group) Click on the text Group1 and type June to rename it Use the sign next to the Group to hide its constituents 4.3 A better way to group data The group function is useful if you need to collect information together on the fly, but Excel will not remember your groups if you remove the Pivot Table. In this case we can use the MONTH function to put that information in the original table. The month formula can be used on a date field to show only the month from that field. Click on the tab to return to the Applicants sheet Label cell H1 as Month In cell H2, type =month(d2) Copy that formula all the way down the column That gives us a quick group that we can now use in our PivotTable. Excel will not, however, automatically update the Pivot Table. It is possible to change the Data Source for a PivotTable, by using the Change Data Source command, shown below. As that resets the table, it is just as quick to start from scratch. 4.4 Searching for help At the moment our dates can be grouped under the various month headings, which will appear in the PivotTable just as they do on the spreadsheet 5, 6, 7 and so on. We could rename those headings to put the names of the months in, but it would be better if we could convert the numbers into text. Birkbeck College IT Services 9

10 It is not always obvious how to tweak data in this way, but the internet has a wealth of expertise available, so long as you can ask the right question. Search google for the answer your search text might be Excel month as text The top result for that ( gives two possible solutions the first would work, but requires us to enter a separate table to hold the months and then use that as a lookup (reference) table The second solution is neater and we ll use that In cell I1, type the heading Month name In cell I2, type the formula =TEXT(DATE(2000,h2,1),"mmmm") Copy that formula down the column 4.5 A new pivot table We will create a new pivot table using the new data. Click into the data on the Applicants sheet Choose Insert PivotTable Click OK Drag ID into Values Double click on Sum of ID and change the formula to COUNT Drag Applied For into Row Labels and Month name into Column labels Try dragging the Contact field into the Column Labels box and then moving it into Row Labels Rename the new sheet Pivot Table Experiment with other data to see if it can be made into a Pivot Table. 10 Birkbeck College IT Services

11 5 VLOOKUP Objectives Method Use VLOOKUP to return values from a table VLOOKUP compares the value in a cell with the first column of the reference table, then brings back the value in the column you specify Comments Lookup functions are database functions, allowing you to enter shortened or coded information but still see the full text 5.1 Module titles It would be useful to show the full course titles, rather than just the module codes, on the Applicants sheet, but laborious to type them each time. Any lengthy but oft-repeated data might be suitable for a LOOKUP table. Click the tab to return to the Applicants sheet Insert a column to the right of the Applied for column Label that column Full title Click into the first blank cell (row 2) Use the Insert Function icon to search for LOOKUP Select VLOOKUP and click OK There are several variables to fill in, but they are fairly self-explanatory once you know what you are trying to do. The Lookup_value is the cell containing the data that should be looked up. In this case that is the module code, in E2 Table_array is reference table, in this case the table on the Titles sheet Col_index_num is the result of the formula, and tells excel which column from the reference table to show Range_lookup tells Excel whether to find the nearest value or only exact matches. In our case, because the module codes are all very similar we must put FALSE (for exact matches only) or we see an error message. Fill in values as above, using the mouse where you prefer, then click OK 5.2 Name a range The formula above works, but note that the Table_array uses relative references. What happens if you copy the formula down the column? Birkbeck College IT Services 11

12 Just as we have previously named individual cells, it is possible to name a range, allowing you to use that name rather than the cell range to specify the reference table in a database function. Quicker, neater and an absolute reference. Click the tab to move to the Titles sheet Select the data on that sheet Name the range Modules Correct the formula in cell F2 of the Applicants sheet to use the new name, and copy that formula all the way down the column Try changing some of the module titles (only the last letter needs to be changed, up to FA001234J) to check the VLOOKUP function works 5.3 Changing a name If we add a row in the middle of the Modules table, Excel will automatically include it within the named range for example, adding a new row 6 will make the name Modules apply to A1:D12, where previously it was A1:D11. However, if we add a row at the end of the table Excel may not spot it, so we will have to redefine the table. On the Titles sheet, add the data below to the first free row FA001234K MA Classical civilisation On the Formulas tab, click on the Name Manager icon At the bottom of that dialog box, click into the Refers to: box Use the mouse to drag over the new table Click Close and then Yes to save the changes Note that from this function you may also remove names that are no longer needed. 12 Birkbeck College IT Services

13 You may have spotted that you could add a row in the middle and then sort the data to save re-defining the name! For a VLOOKUP function, the first column should always be in ascending order. HLOOKUP works in the same way, but looks at data in rows. 5.4 A second example On the Applicants tab, add a formula to lookup the module code and return the cost of that course for each applicant in the column labelled Cost. Birkbeck College IT Services 13

14 6 COUNTIF and SUMIF Objectives Use formulas that rely on specific criteria Method Excel will remind you of the syntax for either formula when you type its name after an = sign in your workbook Comments Both formulas are useful for summarising information 6.1 COUNTIF We will use COUNTIF to give us the total number of people who have applied for a course. Add a new sheet to the workbook and label it Applicant Overview Label A1 as Module Label B1 as Total no. of Applicants, and resize it as necessary Label C1 as Potential Revenue Format the headings to give them a little more emphasis Rather than type the module codes again, and to avoid having to copy/paste them if they change, we ll use a quick cross-sheet calculation to report them in this worksheet. In cell A2, type an = Click on the Titles sheet and then on the first module code (cell A2) Press RETURN Copy that formula down that column until there are no more module codes to show The COUNTIF syntax is relatively straightforward; =COUNTIF(range,criteria) Click into cell B2 on the Applicant Overview sheet Type =COUNTIF( We want to count values on another sheet, so again need to click on that sheet. Click on the tab for the Applicants worksheet Excel will count the numerical values in whatever range we now specify since the top row is text, we can use a whole column. We want to count applicants by module code, so need to use the column containing those codes. Click on the heading. E, to select the whole column We now need to specify the criteria. It is possible to get a little lost here, since if you try to return to the other worksheet, Excel will change the references in the formula. 14 Birkbeck College IT Services

15 Type a comma Now you may click elsewhere on the sheet. To save us typing the module codes, we may as well use the codes on the Applicant overview sheet within this formula. Click on the Applicant Overview sheet Click on cell A2 Press RETURN The final formula should look like =COUNTIF(Applicants!E:E,'Applicant Overview'!A2) Copy that formula down the column 6.2 SUMIF This formula is slightly more involved than COUNTIF, as it allows you to look for a particular criterion but count a value in a different column (e.g. look for a module code in one column but add up the total cost that appears in another column entirely). On the Applicant Overview sheet, click into cell C2 (the first empty cell under the heading, Potential Revenue) Type =SUMIF( Click on the Applicants tab Again we will be searching for a module code, so click on the heading, E Type a comma Click on the Applicant overview sheet and then on cell A2 (the first module code listed there) Type a comma Assuming you have the same columns, the final formula should look like Where =SUMIF(Applicants!E:E,'Applicant Overview'!A2,Applicants!J:J) E:E is the column on the Applicants sheet that contains module codes A2 is the cell on the overview sheet that contains just one module code J:J is the column on the Applicants sheet that contains the cost Text also works for the middle section; =SUMIF(Applicants!E:E, FA01234A,Applicants!J:J) Copy that formula down the column Birkbeck College IT Services 15

16 Try changing the values for the cost of different modules on the Titles sheet to check all the sheets are linked as they should be. 16 Birkbeck College IT Services

17 7 Advanced charting Objectives To modify a chart in Method Use the Comments This technique might be misleading, depending on how many pictures are displayed in each data series 7.1 Add a column chart On the Applicant Overview sheet, select all the data Use the Insert Ribbon to add a Clustered Column chart (the top left option under Column) Use Move Chart (Design Ribbon or right-click) to put the chart on its own sheet, called Revenue by Course At the moment, the two data series have a standard colour fill. To change that you may use either the Chart Tools-Format Ribbon or a right-click, but you will have more options if you either right-click or use the icon next to Shape Styles on the Ribbon Right-click on the data-series Choose Format Data Series On the Series Options screen, reduce the size of the Gap between the columns Click on Fill, Picture or texture fill and then on Clip Art We will replace the coloured fill with a picture of money search for cash, money, coin or similar Change the repetition of that image to stacked, as below Repeat for the other data series see if you can find a suitable piece of clip art of a person Birkbeck College IT Services 17

18 Note that it is also possible to change just a single column, in the same way that we changed a single slice of a pie chart. Normally you would not do so in a column chart, because all the data is related, but it might help to emphasise different courses. 18 Birkbeck College IT Services

Intermediate Excel 2003

Intermediate Excel 2003 Intermediate Excel 2003 Introduction The aim of this document is to introduce some techniques for manipulating data within Excel, including sorting, filtering and how to customise the charts you create.

More information

Excel 2007 Fundamentals

Excel 2007 Fundamentals Excel 2007 Fundamentals Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on that information.

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

Quick Guide for Excel 2015 Data Management November 2015 Training:

Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu/training Excel 2016 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains

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

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

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

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

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

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems Advanced Excel Presented By: Chad Jarvi, CPA President, Civic Systems IMFOA Conference April 11, 2019 3:15 pm 4:15 pm COPY AND PASTE... 4 USING THE RIBBON... 4 USING RIGHT CLICK... 4 USING CTRL-C AND CTRL-V...

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

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

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

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 Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Advanced Functions Quick Links Range Names Pages EX394 EX407 Data Validation Pages EX410 EX419 VLOOKUP Pages EX176 EX179 EX489 EX500 IF Pages EX172 EX176 EX466 EX489

More information

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page Lesson 4: Auditing and Additional Formulas Return to the FastCourse Excel 2007 Level 3 book page Lesson Objectives After studying this lesson, you will be able to: Use 3-D cell references in formulas to

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

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

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected. Cell References Columns Rows Column Reference G Yellow Cell Reference B2 Green Cell Reference D3 This is a range of cells. More than one cell has been selected. G6:G11 From Row 6 To 11 A range will be

More information

Instructions on Adding Zeros to the Comtrade Data

Instructions on Adding Zeros to the Comtrade Data Instructions on Adding Zeros to the Comtrade Data Required: An excel spreadshheet with the commodity codes for all products you want included. In this exercise we will want all 4-digit SITC Revision 2

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

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 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

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

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

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

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Computer Training That Makes The Difference

Computer Training That Makes The Difference Computer Training That Makes The Difference MICROSOFT EXCEL INTRODUCTION (LEVEL 1) A one-day course to introduce you to Excel and show you the basic functions of the program. Prerequisite Introduction

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

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

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

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

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

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

Excel 2. Module 2 Formulas & Functions

Excel 2. Module 2 Formulas & Functions Excel 2 Module 2 Formulas & Functions Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson

More information

Using Numbers, Formulas, and Functions

Using Numbers, Formulas, and Functions UNIT FOUR: Using Numbers, Formulas, and Functions T o p i c s : Using the Sort function Create a one-input data table Hide columns Resize columns Calculate with formulas Explore functions I. Using the

More information

Data Service Center May, Compiled by: Katey Semmel Donna Frieze

Data Service Center May, Compiled by: Katey Semmel Donna Frieze www.dataservice.org Data Service Center May, 2000 478-8957 Compiled by: Katey Semmel Donna Frieze Table of Contents Charting Data... 3 Customizing Charts... 6 Other Customizations... 9 Chart Toolbar...12

More information

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Excel 2010 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains the initial value(s) of the series

More information

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Week 9 Using lookup functions Microsoft Excel is essentially a spreadsheet tool, while Microsoft Access is a database tool.

More information

Sort, Filter, Pivot Table

Sort, Filter, Pivot Table Sort, Filter, Pivot Table Sort A common database task is to rearrange the information based on a header/field or headers/fields. This is called Sorting or Filtering. Sorting rearranges all of the information

More information

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College Excel 101 DJ Wetzel Director of Financial Aid Greenville Technical College Introduction Spreadsheets are made up of : Columns identified with alphabetic headings Rows - identified with numeric headings.

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

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

SBCUSD IT Training Program. MS Excel lll. VLOOKUPS, PivotTables, Macros, and More

SBCUSD IT Training Program. MS Excel lll. VLOOKUPS, PivotTables, Macros, and More SBCUSD IT Training Program MS Excel lll VLOOKUPS, PivotTables, Macros, and More Revised 10/25/2018 TABLE OF CONTENTS VLOOKUP...2 VLOOLUP...2 SUMIF...3 SUMIF...3 PivotTable...4 Create PivotTable...4 Build

More information

All Excel Topics Page 1 of 11

All Excel Topics Page 1 of 11 All Excel Topics Page 1 of 11 All Excel Topics All of the Excel topics covered during training are listed below. Pick relevant topics and tailor a course to meet your needs. Select a topic to find out

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Microsoft Excel Lookup Functions - Reference Guide

Microsoft Excel Lookup Functions - Reference Guide LOOKUP Functions - Description Excel Lookup functions are used to look up and extract data from a list or table and insert the data into another list or table. Use the appropriate lookup function depending

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

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

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

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

EVALUATION ONLY. In this lesson, you will learn about Excel. Using LOOKUP Functions, PivotTables, and Macros EXCEL 2013 LESSON OUTLINE

EVALUATION ONLY. In this lesson, you will learn about Excel. Using LOOKUP Functions, PivotTables, and Macros EXCEL 2013 LESSON OUTLINE 12 EXCEL 2013 LESSON OUTLINE Using LOOKUP Functions, PivotTables, and Macros Introducing Lookup Functions Creating PivotTables Creating PivotCharts Changing Macro Security Recording Macros Running Macros

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

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTERMEDIATE MICROSOFT EXCEL 2016 Intermediate Microsoft Excel 2016 (EXC2016.2 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined

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

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

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

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

Making Excel Work for Your Tribal Community

Making Excel Work for Your Tribal Community Making Excel Work for Your Tribal Community Excel Basics: Intermediate Skills PHONE: 1-800-871-8702 EMAIL: INFO@CBC4TRIBES.ORG WEB: TRIBALINFORMATIONEXCHANGE.ORG MAKING EXCEL WORK FOR YOUR TRIBAL COMMUNITY

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 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

Pivot Tables in Excel Contents. Updated 5/19/2016

Pivot Tables in Excel Contents. Updated 5/19/2016 Pivot Tables in Excel 2010 Updated 5/19/2016 Contents Setup a Pivot Table in Excel 2010... 2 General Field List Features... 4 Summing and Counting Together... 6 Grouping Date Data... 7 Grouping Non-Date

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

Spreadsheet Concepts: Creating Charts in Microsoft Excel

Spreadsheet Concepts: Creating Charts in Microsoft Excel Spreadsheet Concepts: Creating Charts in Microsoft Excel lab 6 Objectives: Upon successful completion of Lab 6, you will be able to Create a simple chart on a separate chart sheet and embed it in the worksheet

More information

Using Word 2000 for Mail Merge

Using Word 2000 for Mail Merge Using Word 2000 for Mail Merge Doc 5.124 Ver 1 John Matthews June 2004 Central Computing Services Prerequisites This document assumes that you are familiar with the use of a computer keyboard and mouse

More information

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection Excel Tips for Compensation Practitioners Weeks 29-38 Data Validation and Protection Week 29 Data Validation and Protection One of the essential roles we need to perform as compensation practitioners is

More information

COURSE CONTENT EXCEL BASIC ONE DAY

COURSE CONTENT EXCEL BASIC ONE DAY COURSE CONTENT EXCEL BASIC ONE DAY SOME OF THE BENEFITS OF USING A SPREADSHEET STARTING EXCEL GETTING YOURSELF ORIENTATED WITH THE EXCEL SCREEN THE OFFICE BUTTON/FILE TAB THE TITLE BAR THE RIBBONS GROUPS

More information

MICROSOFT Excel 2010 Advanced Self-Study

MICROSOFT Excel 2010 Advanced Self-Study MICROSOFT Excel 2010 Advanced Self-Study COPYRIGHT This manual is copyrighted: S&G Training Limited. This manual may not be copied, photocopied or reproduced in whole or in part without the written permission

More information

ABOUT THIS COURSE... 5 ABOUT THIS MANUAL... 6 LESSON 1: CALCULATING DATA WITH ADVANCED FORMULAS... 7

ABOUT THIS COURSE... 5 ABOUT THIS MANUAL... 6 LESSON 1: CALCULATING DATA WITH ADVANCED FORMULAS... 7 Table of Contents ABOUT THIS COURSE... 5 ABOUT THIS MANUAL... 6 LESSON 1: CALCULATING DATA WITH ADVANCED FORMULAS... 7 TOPIC 1A: APPLY CELL AND RANGE NAMES... 8 Rules for naming cells and ranges... 9 Defined

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

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

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

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

Microsoft Office Excel 2010: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2010: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2010: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2010. After an introduction to spreadsheet terminology and Excel's

More information

Mastering the Actuarial Tool Kit

Mastering the Actuarial Tool Kit Mastering the Actuarial Tool Kit By Sean Lorentz, ASA, MAAA Quick, what s your favorite Excel formula? Is it the tried and true old faithful SUMPRODUCT formula we ve all grown to love, or maybe once Microsoft

More information

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

More information

Training on Demand. Excel 2010 Advanced. Training Workbook. 1 P a g e w w w. t r a i n i n g o n d e m a n d. c o.

Training on Demand. Excel 2010 Advanced.   Training Workbook. 1 P a g e w w w. t r a i n i n g o n d e m a n d. c o. Training on Demand Excel 2010 Advanced Training Workbook www.trainingondemand.co.nz 1 P a g e w w w. t r a i n i n g o n d e m a n d. c o. n z TABLE OF CONTENTS Module One: Getting Started...1 Workbook

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

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP Table of Contents Preface... iii COMPUTER BASICS Fundamentals of Computer 1 Various Types of Computers 2 Personal Computer 2 Personal Digital Assistant 3 Laptop Computer 3 Tablet PC 3 Main Frame Computer

More information

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows Level 2 Excel Viewing workbooks Open and arrange windows Opening another window on to a workbook Arranging workbook windows Hiding and show windows Split panes Split panes Freeze panes Freeze panes Change

More information

Index. calculated columns in tables, switching on, 58 calculation options (manual and automatic), 132 case sensitive filter, implementing, 37

Index. calculated columns in tables, switching on, 58 calculation options (manual and automatic), 132 case sensitive filter, implementing, 37 Index # #All special item, 57 #Data special item, 56 #Header special item, 57 #ThisRow special item, 57 #Totals special item, 57 A absolute and relative cell references, 110 accept/reject changes to a

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

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

Microsoft Excel XP. Intermediate

Microsoft Excel XP. Intermediate Microsoft Excel XP Intermediate Jonathan Thomas March 2006 Contents Lesson 1: Headers and Footers...1 Lesson 2: Inserting, Viewing and Deleting Cell Comments...2 Options...2 Lesson 3: Printing Comments...3

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Getting the Most from your Microsoft Excel

Getting the Most from your Microsoft Excel Getting the Most from your Microsoft Excel Anne Del Pizzo PATHS, LLC What we will cover What s new in 2007/2010 Conditional formatting Sparklines Pivot Table Slicers Functions Macros Pivot Tables 1 What

More information

Contents. The basics. Filling Cells A cell can contain: Text, Numbers or formulas

Contents. The basics. Filling Cells A cell can contain: Text, Numbers or formulas Contents The basics... 1 Filling Cells... 1 Basic Equations... 1 Equation Priorities... 1 Range Formulas... 2 Logical Operators... 2 Conditions (IF)... 2 Formatting cells... 3 Conditional Formatting...

More information

4Functions & Formulas

4Functions & Formulas The Original Quick Reference Guides Microsoft Excel 2010 Excel is a spreadsheet program that enables you to perform simple or complex calculations using a broad range of statistical and mathematical tools,

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

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

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

WAAT-PivotTables Accounting Seminar

WAAT-PivotTables Accounting Seminar WAAT-PivotTables-08-26-2016-Accounting Seminar Table of Contents What does a PivotTable do?... 2 How to create PivotTable:... 2 Add conditions to the PivotTable:... 2 Grouping Daily Dates into Years, Quarters,

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

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