VLOOKUP Function Tech Tuesday January 5, 2016 1. What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.

Slides:



Advertisements
Similar presentations
Cell Referencing Absolute Reference: A reference that does not change when copied. It is specified with a dollar sign in front of both the row and column.
Advertisements

Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Pre-defined System Functions Simple IF & VLOOKUP.
Lunch and Learn VLOOKUP & PivotTables IT User Services University of Delaware.
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
Tutorial 7: Using Advanced Functions and Conditional Formatting
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 4 Evaluating Data.
Pradeep Velugoti Lakshman Tallam.  Type in the month name “January” in any cell say A1.  Now drag the fill handle to the right to select the range (Do.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
Turning Numbers Into Knowledge Nate Moore MBA, CPA, CMPE.
MICROSOFT EXCEL – TRAINING FOR QC DIETETIC INTERNS Stephanie Brooks – Fall 2014.
CS1100: Computer Science and Its Applications Table Lookup and Error Processing Martin Schedlbauer, Ph.D.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
Tutorial 8: Working with Advanced Functions
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
ADVANCED EXCEL FORMULAS 1 Lesson 8. Named Ranges Name a cell or a range of cells Can make formulas easy to understand =SUM(Sales) instead of =SUM(A2:A16)
Excel Projects 5 & 6 Notes Mr. Ursone. Excel Project 5: Sorting a List  Sorting: Arranging records in a specific sequence  The Sort command is on the.
Spreadsheet Formulae Some Common Functions =IF(condition, true, false) Returns one value if a condition you specify evaluates to TRUE and another value.
1 Use a cell value as a KEY to a table to find and return a specific element to another cell or use in a calculation.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
Advanced TechShop D.A. Whatley. Agenda IF, THEN, and AND formulas VLOOKUP.
Mark Brady 11/19/2012 Southwest Florida Water Management District Data Analyst Interview.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Advanced TechShop D.A. Whatley. Agenda IF, THEN, and AND formulas VLOOKUP Recording/Implementing Macros.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
Progress and Outcome Measures - Part 3 Progress and Outcome Measures Part 3, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
04. Excel Countif and Vlookup. File -> Open -> 04b-datastart.xlsx.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
Charlie Haffey Norwood Public Schools. Vlookup Vertical Lookup  Enter a unique value  Import any info from an internal/external database.
LOOKUP FUNCTIONS Excel Lesson 10. LOOKUP FUNCTIONS Allow the user to find data in other cells in the spreadsheet and place them in the current cell VLOOKUP:
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
EMIS Training Leveraging Excel to Verify EMIS Data 6/9/2016.
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
V- Look Up. Lookup Tables Often, we need to retrieve data that is stored in a table For example, consider these metals and their properties: Metal Modulus.
Elena Lazarevska, City of Boulder
Microsoft Excel VLOOKUP Deborah Trujillo Instructional Technology
Excel IF Function.
2007 MICROSOFT EXCEL INTERMEDIATE
Analyzing Table Data.
VLOOKUP Finds an entry from a vertical array based on a criteria
Excel for EMIS A few of my favorite things
CS1100: Computer Science and Its Applications
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
VLOOKUP functions Data Analysis.
ITI 305 MS Excel Level III 11/20/2018
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
Spreadsheet Basics Computer Technology.
MIS2502: Data Analytics ICA #4. ETL - Excel Basics
Excel Lookup Formulas Welcome! with Cindy Kredo
Vlookup.
MIS2502: Data Analytics ETL - Excel Basics
Excel: Formulas & Functions III Participation Project
VLookup and HLookup in Microsoft Excel
V- Look Up.
MS Excel 2016 Level III Montgomery County Government (MCG)
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
Aniko Balogh CEU Computer & Statistics Center
REACH CRC Professor Manni
Lesson 5 Topic 1 – Table Lookup and Error Handling
Spreadsheet Basics Computer Technology.
Presentation transcript:

VLOOKUP Function Tech Tuesday January 5,

What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in a spreadsheet Looks for a value in the leftmost column of a table, and then returns a value in the same row from a column you specify 2

When is VLOOKUP used? Some common uses: Look up a price in a price list with many part or model numbers Look up info tied to a last name (e.g. phone number, address) in a contact list Cross reference (or combine) two lists of data that have some columns in common 3

How is it used ? The “V” in VLookup stands for vertical. It is used in spreadsheets where the data is arranged vertically in the spreadsheet and the information for each item is shown in a distinct row of the spreadsheet. (There is a HLOOKUP function for data that is arranged horizontally, but it not used as often) Two methods of searching – Exact Match – Approximate Match The secret to VLOOKUP is to organize your data so that the value you look up (e.g. employee’s last name) is to the left of the return value you want to find (employee’s birthday). 4

VLOOKUP Function Syntax VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup]) lookup_value table_array col_index_num range_lookup 5

lookup_value (required) The value you want to look up. The value you want to look up must be in the first column of the range of cells you specify in table-array. For example, if table-array spans cells B2:D7, then your lookup_value must be in column B. Lookup_value can be a value or a reference to a cell. Best if the lookup_value is unique in your data 6

table_array (required) The range of cells in which the VLOOKUP will search for the lookup_value and the return value. The table_array can be defined by a range (e.g. $B$4:$G$14) or a Range Name (Do not use Relative Cell References if you plan to copy/paste the formula) The first column in the cell range must contain the lookup_value. The cell range also needs to include the return you want to find. 7

col_index_num (required) The column number (starting with 1 for the left-most column of table-array) that contains the return value. Note: Not necessarily the column number of the whole spreadsheet 8

range_lookup (optional – but used frequently) A logical value that specifies whether you want VLOOKUP to find an exact match or an approximate match: – TRUE assumes the first column in the table is sorted either numerically or alphabetically, and will then search for the closest value. This is the default method if you don't specify one. – FALSE searches for the exact value in the first column. 9

10 VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])

Example 1 – Approximate Match 11

Example 1 – Approximate Match 12

Example 2 – Sales Order with Price List 13 Objective: Provide Sales team with an order form that will automatically fill in prices for items Create spreadsheet form with two worksheets – Tab1 is the Sales Order form – Tab2 is the Price list Use VLOOKUP to populate the Sales Order with the correct prices

Example 2 – Sales Order with Price List 14 Item #DescriptionPrice A123Sweater - blue $ A124Sweater - red $ A125Sweater - green $ A126Shirt - white $ A127Shirt - blue $ A128Shirt - yellow $ A129Pants - black $ A130Pants - gray $ A131Pants - navy $ Tab1 – Sales Order form Tab2 – Price list

Example 2 – Price List 15 Here are the VLOOKUP formulas added for Description and Unit Price

Example 3 – Combining two spreadsheets File: VLOOKUP – combine 2 sheets.xlsx Tab1: Birthdays Tab2: Flowers Objective: Have two sheets with some columns of data in common across both sheets. Combine the data into a single sheet 16

Example 3 – Combining two spreadsheets 17

Example 3 – Combining two spreadsheets 18

Another example of combining two spreadsheets 19

Using the Insert Function box 20