VLOOKUP Finds an entry from a vertical array based on a criteria

Slides:



Advertisements
Similar presentations
Microsoft Office Grade 10 A / B Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 16 Microsoft Excel – 07.
Advertisements

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.
Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is.
1.  The IF function is a logical function used for making decisions based on some condition(s)  Conditions have to result in Boolean values. (relational.
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
 Identify the Parts  Create scratch sheets as needed  No penalty for extra sheets  [Over time, you’ll do more at one time naturally. Don’t rush it!]
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.
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.
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)
CIS300 TEST REVIEW EXAM 1- PROF. ZURADA & PROF. GUAN REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
1. Common Functions 2.
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.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
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.
CS&E 1111 Exreference Microsoft Excel Reference Functions Objectives: l Understanding and using Reference Functions l The computer’s algorithm l Syntax.
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.
Lookup Functions VLOOKUP and HLOOKUP. VLOOKUP  VLOOKUP(lookup_value,table_array,c ol_index_num,range_lookup)  Range_lookup argument If an exact match.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
VLOOKUP/HLOOKUP Alex Kane. Have you thought? Lookup Functions ? Used to Look up values To preform calculations Display results.
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:
Excel Tips and Tricks Leda Voigt Green River College.
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
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 Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
VLOOKUP HLOOKUP INDEX + MATCH
Contents Introduction Text functions Logical functions
Relative, Absolute, & Mixed References
Elena Lazarevska, City of Boulder
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Microsoft Excel VLOOKUP Deborah Trujillo Instructional Technology
EXCEL AS BUSINESS ANALYSIS TOOL
2007 MICROSOFT EXCEL INTERMEDIATE
VLOOKUP Finds an entry from a vertical array based on a criteria
CS1100: Computer Science and Its Applications
Adding Functionality to your Spreadsheet
How To Use VLOOKUP In Microsoft Excel
ITI 091 MS Excel Level III 9/18/2018
VLOOKUP functions Data Analysis.
ITI 305 MS Excel Level III 11/20/2018
Introduction to the Case
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
Vlookup.
Excel: Formulas & Functions III Participation Project
VLookup and HLookup in Microsoft Excel
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.
ITI 091 MS Excel Level III 4/9/2019
REACH CRC Professor Manni
Lesson 5 Topic 1 – Table Lookup and Error Handling
Spreadsheets Vlookups.
Presentation transcript:

VLOOKUP Finds an entry from a vertical array based on a criteria =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) lookup_value: criteria to lookup or “match” table_array: the range or boundary of your table (excluding headings) col_index_num: the column number in your range that contains the corresponding data range_lookup: True: Finds the exact match or the next lower value in your table array False: Finds an exact match in your table array Vlookup and Hlookup

HLOOKUP Finds an entry from a horizontal array based on a criteria =HLOOKUP(lookup_value,table_array,row_index_num,[range_lookup]) lookup_value: criteria to lookup or “match” table_array: the range or boundary of your table (excluding headings) row_index_num: the column number in your range that contains the corresponding data range_lookup: True: Finds an exact match in your table array or Finds the lowest value without going over False: Finds an exact match in your table array Vlookup and Hlookup

TABLE/ARRAY RULES TRUE FALSE Leftmost column should contain the table range Rightmost column should contain the value Leftmost column must be in ascending order Finds an exact match in your table array or finds the lowest value without going over Beginning value in table array must be the lowest value of a lookup value. FALSE Finds the exact match in your table array Vlookup and Hlookup