1.79k likes | 4.63k Views
VLOOKUP/HLOOKUP. Alex Kane. Have you thought?. Used to Look up values To preform calculations Display results. Lookup Functions ?. Need a Lookup Table before inserting functions Tables consist of AT LEAST Two Rows Two Columns. Lookup Tables.
E N D
VLOOKUP/HLOOKUP Alex Kane
Used to Look up values • To preform calculations • Display results Lookup Functions ?
Need a Lookup Table before inserting functions • Tables consist of AT LEAST • Two Rows • Two Columns Lookup Tables
Arrange Data from Lowest value to Highest • Include only the lowest value in that range • (EX: instead of 90-100 for A, just use 90) • Breakpoint- lowest value in a range of numbers Composing Lookup Tables
V-Vertical H-Horizontal What’s the difference?
3 Key Factors to a Lookup Function • Lookup value • Table Array • Column/Row index number • Possible Factors of a Lookup Function • Range Lookup The Components
Cell = VLOOKUP (Lookup value, Table array 1:Table array 2,Column index number, [Range lookup]) • Example from Text: • F3 = VLOOKUP (E3,$A$3:$B$7,2) How to Compose a Vertical Lookup Function
Cell = HLOOKUP (Lookup value, Table array 1:Table array 2, Row index number, [Range lookup]) • Example: • G4=HLOOKUP(G3,$B$4:$E$5,3,[True]) How to Compose a Horizontal Lookup Function