VLOOKUP HLOOKUP INDEX + MATCH

Slides:



Advertisements
Similar presentations
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 4 Evaluating Data.
Advertisements

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.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
Turning Numbers Into Knowledge Nate Moore MBA, CPA, CMPE.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
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)
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.
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.
Charlie Haffey Norwood Public Schools. Vlookup Vertical Lookup  Enter a unique value  Import any info from an internal/external database.
CIS300 Exam 4 Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Spring 2009.
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:
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
Parameterization of Tabulated BRDFs Ian Mallett (me), Cem Yuksel
Wavelet Coherence & Cross-Wavelet Transform
10. predavanje Novac i financijski sustav
The Seven Deadly Diseases
Gravitation and Cosmology I Introduction to Cosmology
The Rescorla-Wagner Learning Model (and one of its descendants)
Introduction to Deep Learning
Chemistry 130 Dr. John F. C. Turner 409 Buehler Hall
Agenda Introduction Figer 12:00-12:15
Challenge ’16 The Answers.
Physics 3 – Sept 27, 2016 Do Now: P3 Challenge –
The Nature of Matter and Radioactivity
ANTENNA FACTOR CALIBRATION TECHNIQUES
Calorimetry.
Recognition IV: Object Detection through Deep Learning and R-CNNs
for large surveys & censuses
The Economics and Computer Science of a Radio Spectrum Reallocation
Containers Faster app development using Windows Server 2016 Containers.
You must learn this for your GCSE
Cooling – Storage Ring & RF
Chapter 2 Analytics on Spreadsheets
EXCEL TRAINING.
Contents Introduction Text functions Logical functions
Chapter 2 Analytics on Spreadsheets
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Microsoft Excel VLOOKUP Deborah Trujillo Instructional Technology
2007 MICROSOFT EXCEL INTERMEDIATE
VLOOKUP Finds an entry from a vertical array based on a criteria
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
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.
MIS2502: Data Analytics ICA #4. ETL - Excel Basics
MIS2502: Data Analytics ETL - Excel Basics
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.
Topic 5 – Table Lookup Lesson 3 - Advanced Lookup
ITI 091 MS Excel Level III 4/9/2019
Lesson 5 Topic 1 – Table Lookup and Error Handling
Spreadsheets Vlookups.
Excel Training FGFOA Annual Conference – January 16, 2019
Advanced Topics in Excel for School Assessment Coordinators
Presentation transcript:

VLOOKUP HLOOKUP INDEX + MATCH

Joining Data

VLOOKUP Letter Number A 3 B 7 C 2

VLOOKUP =VLOOKUP( lookup_value, table_array, col_index_num, [range_lookup]) Letter Number A 3 B 7 C 2

VLOOKUP =VLOOKUP( lookup_value, table_array, col_index_num, [range_lookup]) “A” Letter Number A 3 B 7 C 2

VLOOKUP =VLOOKUP( lookup_value, table_array, col_index_num, [range_lookup]) “A” Letter Number A 3 B 7 C 2

VLOOKUP =VLOOKUP( lookup_value, table_array, col_index_num, [range_lookup]) “A” 1 2 Letter Number A 3 B 7 C 2

VLOOKUP =VLOOKUP( lookup_value, table_array, col_index_num, [range_lookup]) “A” FALSE 1 2 Letter Number A 3 B 7 C 2

VLOOKUP =VLOOKUP( lookup_value, table_array, col_index_num, [range_lookup]) 1 2 Letter Number A 3 B 7 C 2 =VLOOKUP( “A”, A2:B4 , 2 , FALSE ) = 3

INDEX + MATCH Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) 3 Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) =MATCH( lookup_value, lookup_array, [match type] ) Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) =MATCH( lookup_value, lookup_array, [match type] ) Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) =MATCH( lookup_value, lookup_array, [match type] ) “C” Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) =MATCH( lookup_value, lookup_array, [match type] ) “C” Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) =MATCH( lookup_value, lookup_array, [match type] ) “C” Letter Number A 3 B 7 C 2

INDEX + MATCH =INDEX( array, row_num ) =MATCH( lookup_value, lookup_array, [match type] ) “C” Letter Number A 3 B 7 C 2 =INDEX( B2:B4, MATCH( “C”, A2:A4, 0 ) )

INDEX + MATCH =INDEX( array, row_num ) =MATCH( lookup_value, lookup_array, [match type] ) “C” Letter Number A 3 B 7 C 2 =INDEX( B2:B4, MATCH( “C”, A2:A4, 0 ) ) 3