1 / 12

VLOOKUP/HLOOKUP

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.

dalia
Download Presentation

VLOOKUP/HLOOKUP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. VLOOKUP/HLOOKUP Alex Kane

  2. Have you thought?

  3. Used to Look up values • To preform calculations • Display results Lookup Functions ?

  4. Need a Lookup Table before inserting functions • Tables consist of AT LEAST • Two Rows • Two Columns Lookup Tables

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

  6. V-Vertical H-Horizontal What’s the difference?

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

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

  9. Sample

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

  11. Sample

  12. Now You Try!!!

More Related