1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
VLOOKUP Function
used to find a match (approx. or exact) and its return corresponding value
Syntax: VLOOKUP Function
= VLOOKUP (lookup value, table range, column number, range lookup)
Range lookup
T = approx match (default and optional)
F = exact match (manually input)
Describe the 2 basic rules for a vlookup table
1st column should be in ascending order
Only 1 value in each cell and has to be min value (approx matches)