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

Size: px
Start display at page:

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

Transcription

1 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. However Excel has certain functionality built into in it, such as lookup formulae and lists, which enable it to act like a relational database. For the next four weeks this column will cover the use of lookup functions, which are one of the most powerful tools in Excel, and are an essential tool for compensation practitioners. This week we will discuss the most commonly used lookup function, vlookup and next week the less frequently used hlookup. Following this we will cover how to name ranges when doing look ups, and will end with how to avoid the irritating #N/A s, that result from lookup formulae, by using the if and isna or iserror functions. Using the vlookup formula The vlookup formula (the v stands for vertical) enables you to take data from a separate table, spreadsheet or workbook and incorporate it into your original data. In order to do this, there must be a field that is common to both sets of data. This could be any type of employee identification e.g. employee number, social security number, ID number, or it could be a grade, level, job code, department code, or employment category. If the field is a number, ensure that the number is formatted in the same way, i.e. as text or as a number, in both sets of data, otherwise the vlookup will yield a #N/A. Some examples of how a vlookup could be used are: a) Comparing basic salary for this year s employees to salary for the same employees last year. b) Incorporating commission for your sales employees from a separate worksheet into your base pay worksheet to get to a total cash figure. c) Incorporating an allowance linked to grade from a table into your compensation data worksheet. d) Looking up the job title or market data for a job code, or the department name associated with a department code. Let s work with the last example, of looking up the job title for a job code. In the first spreadsheet you need to have a column in your table with job code in it, as per the example below.

2 You also need to have a table, preferably in a different spreadsheet, with your job code and job title data. The field you are looking up, in this case job code, must be in the first column of the table, as per the example below. In the first spreadsheet, in cell F3, under the heading, Job Title, click the fx icon, select Lookup & Reference for Category, then Vlookup for function. As per the screen shot below, next to Lookup_value, click on the first job code in cell E3.

3 Next to Table_array, designate the job code-job title table in the second spreadsheet, excluding the headings. Press the F4 key to make the table an absolute value dollar signs will appear before the column letters and row numbers of the table. This is very important!!, as you need the vlookup to continue to look up this same table, as you copy it down the worksheet. Next to Col_index_num indicate the number of columns that Excel must look across in the table. In this case the required data, job title, is in the second column of the table, so enter column 2. Remember, it is the column position in the table that is used, not the column position in the total spreadsheet. Next to Range_Lookup type the word false. This is also very important!!, and must be done whenever you are looking for an exact match in the table, for example grade, code or employee number, or if the table is not in ascending order. If you do not type false, and Excel cannot find an exact match, it will find the closest match in ascending order, which could be another employee number or code. If the table is in ascending order, and you are looking for the nearest match, for example a salary below a certain salary limit, then and only then, can you omit the false. Next press enter. The job title associated with the job code will now appear in cell F3. If Excel cannot find a match, the #N/A sign will appear. Copy the vlookup formula down the spreadsheet using the double click method described in Week 1. It will read each successive employee job code, but continue to reference the same table, as you have made the table an absolute value. The vlookup is one of the most powerful and time saving functions in Excel. People often battle with the formula because they forget to make the table array absolute, or forget to put false at the end. But if you can get these aspects right, you will find it has a thousand applications. I use it more than any other formula in my compensation work. Next week we will demonstrate the hlookup formula.

4 Week 10 Using the hlookup formula Last week we explored how to use a vlookup formula. This week we will cover the hlookup formula. Hlookup (the h stands for horizontal) performs exactly the same function as vlookup, i.e. it enables you to take data from a separate table, spreadsheet or workbook and incorporate it into your original data. The only difference is that, while the vlookup looks down the table and then across, the hlookup looks across the table and then down to find the matching data. The vlookup is more commonly used, but the hlookup is also useful if your table is set up in a different format. As with the vlookup, there must be a field that is common to both sets of data. This could be any type of employee identification e.g. employee number, social security number, ID number, or it could be a grade, level, job code, department code, or employment category. Let s work with an example, where you need to incorporate an allowance linked to grade from a table into your compensation data worksheet. In the first spreadsheet you need to have a column in your table with grade in it, as per the example below. You also need to have a table, preferably in a different spreadsheet, with the grade and allowance data. The field you are looking up, in this case grade, must be in the first row of the table, as per the example below. Note, this is different from the vlookup, where the field must be in the first column of the table.

5 In the first spreadsheet, in cell G3, under the heading, Allowance, click the fx icon, select Lookup & Reference for Category, then Hlookup for function. As per the screen shot below, next to Lookup_value, click on the first grade in cell E3. Next to Table_array, designate the grade-allowance table in the second spreadsheet, excluding the headings. Press the F4 key to make the table an absolute value dollar signs will appear before the column letters and row numbers of the table. This is very important, as you need the hlookup to continue to look up this same table, as you copy it down the worksheet. Next to Row_index_num indicate the number of rows that Excel must look down in the table. In this case the required data, allowance, is in the second row of the table, so enter row 2. Remember, it is the row position in the table that is used, not the row position in the total spreadsheet. Next to Range_Lookup type the word false. This must be done whenever you are looking for an exact match in the table, for example grade, code or employee number, or if the table is not in ascending order. If you do not type false, Excel will find the closest match in ascending order, which could be another employee number or grade. If the table is in ascending order, and you are looking for the nearest match, for example a salary below a certain salary limit, you can omit the false. Next press enter.

6 The allowance associated with the grade will now appear in cell G3. If Excel cannot find a match, the #N/A sign will appear. Copy the hlookup formula down the spreadsheet using the double click method described in Week 1. It will read each successive employee grade, but continue to reference the same table, as you have made the table an absolute value. Next week we will explore how to name ranges. This makes specifying the table array in the vlookup or hlookup formulae much easier.

7 Week 11 Naming Ranges In the last two weeks we explored how to use the vlookup and hlookup formulae. These functions require you to specify a table or range of data in the Table_array section of the formula. It is important to make this table absolute, as you need the vlookup or hlookup to continue to look up the same table, as you copy the formula down the worksheet. You can make the table / range absolute, as suggested previously, by using the F4 key to add dollar signs before the column letters and row numbers. However, another way to make the table / range absolute and to make it easier to reference is to name the range. Once the range is named, it can be referred to in all formulae or statistics by the range name, instead of having to designate the row and column parameters of the range. A range can be named in two ways. The second method is the same on Excel 2003 and 2007, but the first method differs. In Excel 2003, the first method is as follows: As per the screen shot below, select the range, then click Insert, Name, Define, enter a name e.g. allowances, OK.

8 In Excel 2007, the first method is as follows: As per the screen shot below, select the range, then click Formulas, Define Name. Enter a name e.g. allowances, OK. The second method, which is much simpler, is to select the range. In the name box to the left of the formula bar, replace the column and row number of the top left corner of the cell with a range name. In the example below, C2 has been replaced with the name allowances. Press enter. The name must either be one word or have an underscore between the words e.g. job_titles.

9 Once the range has been named, the name on its own can be used in any formula. For example, the hlookup formula referred to last week could now be written as per the screen shot below. This is particularly useful if you need to use the table often, or if you need to do a number of statistics on the range of data, e.g. calculating an average, count, quartiles, minimum, maximum etc. Once you have named the range, you can use the range name in any sheet in the workbook, and you can press the F5 key or Control G and click on the range name to take you to the range. Next week we will look at how to avoid the #N/A s in lookup formulae by using the if and isna or iserror functions.

10 Week 12 Isna and Iserror functions When using the vlookup or hlookup functions, Excel sometimes cannot find a match for the data being looked up. This particularly happens when using employee number as a lookup field and when you are looking for an exact match. In this case the #N/A sign will appear as the result of the formula. This makes the data look messy, but it also causes problems in that, if you try to sum or average a column with a #N/A in it, you will also get a #N/A sign. There are a number of ways to solve this problem. You could use the data filter to filter down to the #N/A s and delete them. You could also sort the data by that column, so that the #N/A s are grouped together, and then delete them. You could convert the formulae to values, and then use the edit, replace function to replace the #N/A s with a blank. However all these methods will also delete the lookup formulae, which can cause problems if you update your reference table with new data. A better way to deal with the problem is to use the if and isna formulae together with the lookup. For example, as per the screen shot below, say you are using the employee number in cell B3 to look up commission payments from a worksheet, and you have named the range commission. You will end up with a lookup formula as follows: =vlookup(b3,commission,2,false). If employee 1032 in the example did not earn commission this month, the employee number will not be in the commission table, and the vlookup formula will yield a #N/A. To avoid this, re-write the vlook up formula as follows: =if(isna(vlookup(b3,commission,2,false)),0,vlookup(b3,commission,2,false)). What this formula says is if the lookup is not applicable, i.e. it returns a #N/A value, then put a zero, else put the lookup value. You could substitute the zero for a blank by typing instead of the zero. To make the formula less complicated to write, I normally write the vlookup formula

11 first, then put the if(isna( in front of the vlookup, put the ),0, after the vlookup formula, then copy paste the vlookup formula to the end of the formula and add another ) at the end. There are several other similar formulae to isna, the most useful being iserror. Iserror will pick up any error value (see screen shot below), including #N/A s, and works in exactly the same way as isna. If used on its own, it will yield a true or false answer. If used in conjunction with the if formula as in the isna example given, it can be used to replace the error with a blank or a zero. While these are complex formulae to write, they are very useful, and I use them often to avoid the messy and problematic error values arising from lookups and other functions.

Advanced Formulas and Functions in Microsoft Excel

Advanced Formulas and Functions in Microsoft Excel Advanced Formulas and Functions in Microsoft Excel This document provides instructions for using some of the more complex formulas and functions in Microsoft Excel, as well as using absolute references

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

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

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

How to use the Vlookup function in Excel

How to use the Vlookup function in Excel How to use the Vlookup function in Excel The Vlookup function combined with the IF function would have to be some of the most used functions in all my Excel spreadsheets. The combination of these functions

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

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

Formulas and Functions

Formulas and Functions Formulas and Functions Excel's Golden Rule (Dan Bricklin and Bob Frankston) Excel's Golden Rule: If formula input data can change, put it in cell and refer to it with cell references. If data will not

More information

Excel & Business Math Video/Class Project #33 VLOOKUP Function for Incentive Pay: Commissions and Piecework

Excel & Business Math Video/Class Project #33 VLOOKUP Function for Incentive Pay: Commissions and Piecework Topics Excel & Business Math Video/Class Project #33 VLOOKUP Function for Incentive Pay: Commissions and Piecework 1) Incentive Pay... 2 2) Straight Piecework Example... 3 3) Variable Piecework Example

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

ADVANCED EXCEL: LOOKUP FUNCTIONS

ADVANCED EXCEL: LOOKUP FUNCTIONS ADVANCED EXCEL: LOOKUP FUNCTIONS Excel has several Lookup and Reference functions available that are used to search through rows of data to locate specific values to display in a cell or to use in a formula.

More information

Excel Tips for Compensation Practitioners Weeks Text Formulae

Excel Tips for Compensation Practitioners Weeks Text Formulae Excel Tips for Compensation Practitioners Weeks 70-73 Text Formulae Week 70 Using Left, Mid and Right Formulae When analysing compensation data, you generally extract data from the payroll, the HR system,

More information

Printing Monthly Eligible List for Providers

Printing Monthly Eligible List for Providers Printing Monthly Eligible List for Providers We have to begin by obtaining two lists from WebKIDSS. The first one will be a Service Line Export, the second will be a Medicaid List Form. *If you do not

More information

Lecture-14 Lookup Functions

Lecture-14 Lookup Functions Lecture-14 Lookup Functions How do I write a formula to compute tax rates based on income? Given a product ID, how can I look up the product s price? Suppose that a product s price changes over time. I

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

CS1100: Computer Science and Its Applications

CS1100: Computer Science and Its Applications CS1100: Computer Science and Its Applications Table Lookup and Error Processing Created By Martin Schedlbauer m.schedlbauer@neu.edu Excel Basics LOOKUP AND MAPPING CS1100 Lookup and Error Processing 2

More information

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. Excel Primer for Risk Management Course 1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. 2. VLOOKUP The VLOOKUP function syntax

More information

Excel Tips for Compensation Practitioners Weeks Pivot Tables

Excel Tips for Compensation Practitioners Weeks Pivot Tables Excel Tips for Compensation Practitioners Weeks 23-28 Pivot Tables Week 23 Creating a Pivot Table Pivot tables are one of the most amazing and powerful tools in Excel, but many users do not know how to

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

Commonly Used Excel Formulas

Commonly Used Excel Formulas Microsoft Excel 2016 Advanced Formulas Look Up Values in a List of Data: Commonly Used Excel Formulas Let's say you want to look up an employee's phone extension by using their badge number or the correct

More information

Comparing and linking tables of data using VLOOKUP

Comparing and linking tables of data using VLOOKUP [Type here] Comparing and linking tables of data using VLOOKUP This document looks at how you can minimise duplication in your Excel data by sharing data between worksheets. Instead of copying and pasting

More information

Excel: Linking sheets and summary sheets (Mac OS)

Excel: Linking sheets and summary sheets (Mac OS) Excel: Linking sheets and summary sheets (Mac OS) To make the content of one cell appear somewhere else Click in the destination cell and type = Click on the cell whose content you want to pull in and

More information

Microsoft Office Excel 2007: Advanced Unit 02 - Lookups and Data Tables

Microsoft Office Excel 2007: Advanced Unit 02 - Lookups and Data Tables Microsoft Office Excel 2007: Advanced Unit 02 - Lookups and Data Tables Slide 1 Lookups and data tables Unit objectives Use VLOOKUP and HLOOKUP to find values in a worksheet list Use MATCH to find the

More information

NUMERICAL COMPUTING For Finance Using Excel. Interpolation

NUMERICAL COMPUTING For Finance Using Excel. Interpolation NUMERICAL COMPUTING For Finance Using Excel Interpolation Outline 1 Excel Look-up Functions LOOKUP HLOOKUP VLOOKUP INDEX MATCH 2 Interpolation Linear interpolation (Cubic splines) Excel Look-up Functions

More information

MICROSOFT OFFICE APPLICATIONS

MICROSOFT OFFICE APPLICATIONS MICROSOFT OFFICE APPLICATIONS EXCEL 2016 : LOOKUP, VLOOKUP and HLOOKUP Instructor: Terry Nolan terry.nolan@outlook.com Friday, April 6, 2018 1 LOOKUP FUNCTIONS WHAT ARE LOOKUP FUNCTIONS USUALLY USED FOR?

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

VLOOKUP Function Purpose (Mac Guide)

VLOOKUP Function Purpose (Mac Guide) VLOOKUP Function Purpose (Mac Guide) Let s say that you have two different Excel documents. Each document has different student achievement or outcomes data. In this example, the first document has DIBELS

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

Safari ODBC on Microsoft 2010

Safari ODBC on Microsoft 2010 Safari ODBC on Microsoft 2010 Creating an Excel spreadsheet using Safari ODBC 1. Click Data/From Other Sources/From Microsoft Query 2. Select your data source and click OK 3. Enter your Reflections username

More information

Programs for American Fidelity WorxTime

Programs for American Fidelity WorxTime Programs for American Fidelity WorxTime There are 2 programs that can be run to create the Employee Upload File: W2WAGE and WRXTM_EMP. These programs are located on the USPS_LCL menu or the command name

More information

Advanced formula construction

Advanced formula construction L E S S O N 2 Advanced formula construction Lesson objectives Suggested teaching time 40-50 minutes To become more adept at using formulas to get the data you want out of Excel, you will: a b c d Use range

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

Skill Set 5. Outlines and Complex Functions

Skill Set 5. Outlines and Complex Functions Spreadsheet Software OCR Level 3 ITQ Skill Set 5 Outlines and Complex Functions By the end of this Skill Set you should be able to: Create an Outline Work with an Outline Create Automatic Subtotals Use

More information

WORKING WITH LOOKUP TABLES

WORKING WITH LOOKUP TABLES Excel Chapter 5 - Tables Name WORKING WITH LOOKUP TABLES 1. Open the file Communication Data from the class website. Add your name to the spreadsheet header. 2. Rename Sheet 1 Data. 3. Highlight the data

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED EXCEL ADVANCED Overview OVERVIEW... 2 ADVANCED FORMULAS... 4 VIEW THE PROJECT... 4 Viewing Available Excel Functions... 5 Help with Functions... 6 TEXT FUNCTIONS... 7 Text Functions Used in this Section:...

More information

MICROSOFT EXCEL 2000 LEVEL 3

MICROSOFT EXCEL 2000 LEVEL 3 MICROSOFT EXCEL 2000 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using the IF Function... 8 Using Nested IF Functions... 10 Using an AND

More information

Excel 2013 KPMG Excel Formulas and Functions

Excel 2013 KPMG Excel Formulas and Functions Excel 2013 KPMG Excel Formulas and Functions Introduction This document looks at linking between Excel Sheets and Excel Workbooks, including copy/paste link, creating three dimensional formulas, and using

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

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

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

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

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

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

Department of Language and Linguistics LG400. Computer Induction for Linguists. Class Handouts. Week 7. Working with data on MS Excel.

Department of Language and Linguistics LG400. Computer Induction for Linguists. Class Handouts. Week 7. Working with data on MS Excel. Department of Language and Linguistics LG400 Computer Induction for Linguists Class Handouts Week 7 Working with data on MS Excel by Mutsumi Ogawa mogawa@essex.ac.uk Session description Do you work with

More information

Open you WordPad/NotePad File in Excel. How to Move Text to Columns (You can see all data in Column A)

Open you WordPad/NotePad File in Excel. How to Move Text to Columns (You can see all data in Column A) NMASO 9/14/17 EXCEL PRESENTAITON NOTES Open you WordPad/NotePad File in Excel. How to Move Text to Columns (You can see all data in Column A) Highlight Column A (left click at the top of column A) and

More information

Section 6. Functions

Section 6. Functions Section 6 Functions By the end of this Section you should be able to: Use Logical Functions Use Date and Time Functions Use Lookup Functions Use Maths and Financial Functions Use Concatenate Nest Functions

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

MS Excel How To Use VLOOKUP In Microsoft Excel

MS Excel How To Use VLOOKUP In Microsoft Excel MS Excel 2013 How To Use VLOOKUP In Microsoft Excel Use VLOOKUP function to find data you don t know in a large Excel spreadsheet, by entering a data you know VLOOKUP function contains of arguments in

More information

The Excel worksheet contains 16,384 rows that extend down the worksheet, numbered 1 through

The Excel worksheet contains 16,384 rows that extend down the worksheet, numbered 1 through Microsoft Excel Microsoft Excel allows you to create professional spreadsheets and charts. It performs numerous functions and formulas to assist you in your projects. The Excel screen is devoted to the

More information

VLOOKUP() takes three mandatory parameters and one default/optional parameter:

VLOOKUP() takes three mandatory parameters and one default/optional parameter: Excel Lesson: Table Lookup Functions Topics Covered: VLookup() [Look across] HLookup() [Look down] Lookup() [Look almost anywhere] Related Functions (a list) We will not be examining all forms of these

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

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 2002 (XP): LEVEL 3

MICROSOFT EXCEL 2002 (XP): LEVEL 3 MICROSOFT EXCEL 2002 (XP): LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using

More information

Excel Flash Fill. Excel Flash Fill Example

Excel Flash Fill. Excel Flash Fill Example 1 Excel Flash Fill Some of the most time consuming and irritating aspects of Excel are working with repetitive information. This included writing formulas, formatting, separating dates, and entering names

More information

Excel 2016: Formulas & Functions

Excel 2016: Formulas & Functions Excel 2016: Formulas & Functions Rylander Consulting www.rylanderconsulting.com sandy@rylanderconsulting.com 425.445.0064 ii Excel 2016: Formulas & Functions Excel 2016: Formulas & Functions i Table of

More information

What is a VLOOKUP? Source

What is a VLOOKUP? Source VLOOKUP What is a VLOOKUP? VLOOKUP (short for vertical lookup ) is a function that is used to extract a particular value from a spreadsheet, given a unique identifier Let s say we wanted to know the weight

More information

Excel Tips for Compensation Practitioners Month 1

Excel Tips for Compensation Practitioners Month 1 Excel Tips for Compensation Practitioners Month 1 Introduction This is the first of what will be a weekly column with Excel tips for Compensation Practitioners. These tips will cover functions in Excel

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

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

Vlookup and Sumif Formulas to assist summarizing queried data

Vlookup and Sumif Formulas to assist summarizing queried data Vlookup and Sumif Formulas to assist summarizing queried data When accessing data from Foundation through the MS Query tool, at times it is necessary to join multiple tables together to retrieve the required

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

3 Excel Tips for Marketing Efficiency

3 Excel Tips for Marketing Efficiency 3 Excel Tips for Marketing Efficiency 3 Excel Database Tips for Marketing Efficiency In these challenging times, companies continue to reduce staff to save money. Those who remain must do more. How to

More information

Using Advanced Formulas

Using Advanced Formulas 10 Using Advanced Formulas LESSON SKILL MATRIX Skills Exam Objective Objective Number Using Formulas to Conditionally Summarize Data Adding Conditional Logic Functions to Formulas Using Formulas to Modify

More information

exam. Number: Passing Score: 800 Time Limit: 120 min MICROSOFT Excel 2013 Expert Part One.

exam. Number: Passing Score: 800 Time Limit: 120 min MICROSOFT Excel 2013 Expert Part One. 77-427.exam Number: 77-427 Passing Score: 800 Time Limit: 120 min MICROSOFT 77-427 Excel 2013 Expert Part One Exam E QUESTION 1 Conditional Formatting. Use a formula to determine formatting of a cell.

More information

EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL

EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL Table of Contents Text Functions: Text to Columns, LEFT, RIGHT, MID, FIND, LEN Lookup Functions: VLOOKUP, INDEX and MATCH PivotTable Features:

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

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering Ahmad Al-Rjoub Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering Objectives Evaluate a single condition using the IF function Evaluate multiple conditions using the AND function

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

The SUM function: P. 251 Use a sum for a formula when you are trying to ADD different data (in a row or column) together.

The SUM function: P. 251 Use a sum for a formula when you are trying to ADD different data (in a row or column) together. REVIEW PACKET FOR FUNCTIONS AND FORMULAS The SUM function: P. 251 Use a sum for a formula when you are trying to ADD different data (in a row or column) together. A B C D 1 8 4 3 15 2 6 7 2 15 3 5 1 9

More information

ADDITIONAL EXCEL FUNCTIONS

ADDITIONAL EXCEL FUNCTIONS ADDITIONAL EXCEL FUNCTIONS The following notes and exercises on additional Excel functions are based on the Grade 12 Examination Guidelines for 2016 recently issued by the DBE. As such, they represent

More information

Vlookup for dummies two sheets vlookup

Vlookup for dummies two sheets vlookup Vlookup for dummies two sheets Click on the 'fx' button above column B many people start by typing "=vlookup. " but you don't have to! Clicking the "fx" button is much quicker!. * IF AND-OR Combinations:

More information

Error Vba Code For Vlookup Function In Excel 2010

Error Vba Code For Vlookup Function In Excel 2010 Error Vba Code For Vlookup Function In Excel 2010 Users who use VLOOKUP or HLOOKUP function get N/A Error many times when In case, if there is a need to use these function in a Excel VBA Macro, then. Excel

More information

2. In Video #6, we used Power Query to append multiple Text Files into a single Proper Data Set:

2. In Video #6, we used Power Query to append multiple Text Files into a single Proper Data Set: Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB 07: Excel Data Analysis & BI Basics: Data Modeling: Excel Formulas, Power

More information

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1 MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3 WWP Learning and Development Ltd Page 1 NOTE Unless otherwise stated, screenshots in this book were taken using Excel 2007 with a silver colour scheme and running

More information

MICROSOFT EXCEL 2003 LEVEL 3

MICROSOFT EXCEL 2003 LEVEL 3 MICROSOFT EXCEL 2003 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using the

More information

LIBRE OFFICE CALC What is Calc? Spreadsheets, sheets, and cells spreadsheets Spreadsheets Cells

LIBRE OFFICE CALC What is Calc? Spreadsheets, sheets, and cells spreadsheets Spreadsheets Cells 1 LIBRE OFFICE CALC What is Calc? Calc is the spreadsheet component of LibreOffice. You can enter data (usually numerical) in a spreadsheet and then manipulate this data to produce certain results. Alternatively,

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

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

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

Engineering. Engr.10 JKA & KY. College of. San Jose State University

Engineering. Engr.10 JKA & KY. College of. San Jose State University JKA & KY 1 Analysis analysis is a systematic process for analyzing problems that arise in the various fields of engineering. As part of the problem solving process, the data collected has to be processed,

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

MS Excel 2010 Tip: Using Fuzzy Lookup plugin for difficult lookup requirements

MS Excel 2010 Tip: Using Fuzzy Lookup plugin for difficult lookup requirements MS Excel 2010 Tip: Using Fuzzy Lookup plugin for difficult lookup requirements Submitted by Jess on Thu, 08/22/2013-17:08 If you have been using MS Excel for some time already, then the thing is, you might

More information

Using Advanced Formulas and 9 Securing Workbooks

Using Advanced Formulas and 9 Securing Workbooks Using Advanced Formulas and 9 Securing Workbooks LESSON SKILL MATRIX Skill Exam Objective Objective Number Using Formulas to Conditionally Use a series of conditional 5.4.3 Summarize Data logic values

More information

Technology Applications for the Financial Aid Office. Wes Brothers Director of Financial Aid Ohio Christian University

Technology Applications for the Financial Aid Office. Wes Brothers Director of Financial Aid Ohio Christian University Technology Applications for the Financial Aid Office Wes Brothers Director of Financial Aid Ohio Christian University Ctrl F will change your life! Ctrl F Applications Find what you are looking for quickly

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

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

Excel Intermediate

Excel Intermediate Excel 2010 - Intermediate (103-124) Advanced Functions Quick Links Range Names Pages EX376 EX379 EX423 EX435 Data Validation Pages EX438 EX444 VLOOKUP Pages EX387 EX394 IF Pages EX151 EX155 EX367 EX376

More information

UPDATING E-AUTOMATE VENDOR ITEM NUMBERS WITH NEW SN REFERENCE NUMBERS

UPDATING E-AUTOMATE VENDOR ITEM NUMBERS WITH NEW SN REFERENCE NUMBERS UPDATING E-AUTOMATE VENDOR ITEM NUMBERS WITH NEW SN REFERENCE NUMBERS NOTES: If you only carry/purchase the items that are being migrated (CTG), please see options/steps defined in Scenario #1. o All options

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

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font Excel 2013 Shortcuts My favorites: Ctrl+C copy (C=Copy) Ctrl+X cut (x is the shape of scissors) Ctrl+V paste (v is the shape of the tip of a glue bottle) Ctrl+A - or the corner of worksheet Ctrl+Home Goes

More information

WHEN SOFTWARE RESOURCES ARE LIMITED: EXCEL TIPS

WHEN SOFTWARE RESOURCES ARE LIMITED: EXCEL TIPS WHEN SOFTWARE RESOURCES ARE LIMITED: EXCEL TIPS A HANDOUT TO SUPPLEMENT SESSION W- 111 SRAI ANNUAL MEETING 2017 JUDY WILLIS ADMINISTRATOR OF GRADUATE RESEARCH ETHICS PROGRAMS SRAI ANNUAL MEETING OCTOBER

More information

Excel Formulas and Functions

Excel Formulas and Functions Excel Formulas and Functions Formulas Relative cell references Absolute cell references Mixed cell references Naming a cell or range Naming constants Dates and times Natural-language formulas Functions

More information

Microsoft Excel 2016 LEVEL 2

Microsoft Excel 2016 LEVEL 2 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 2 kcls.org/techtutor Microsoft Excel 2016 Level 2 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 2 Welcome

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

Microsoft Excel Basics Ben Johnson

Microsoft Excel Basics Ben Johnson Microsoft Excel Basics Ben Johnson Topic...page # Basics...1 Workbook and worksheets...1 Sizing columns and rows...2 Auto Fill...2 Sort...2 Formatting Cells...3 Formulas...3 Percentage Button...4 Sum function...4

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

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

Lookup and Reference Functions

Lookup and Reference Functions Lookup and Reference Functions Lookup functions are often used to retrieve information from a list of data (table) and use it in some other part of the WS or WB. In general they are equivalent to some

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