XLOOKUP / VLOOKUP Flashcards
XLOOKUP
ONLY if you pay for Microsoft 365
Excel doesn’t care if
lower or upper case
when you enter the parenthesis (,
excel knows formula & will tell what options
*CURRENTLY IT WANTS BOLD FACE
BOLD FACE is what formula wants next
lookup_value
*now just click on cell
3 required perimeters do NOT
have brackets around them
You gave it the 1st parameter so now the boldface
is on the 2nd parameter (after the comma)
lookup_array
that is the range of cells that it’s going to search
to search the WHOLE column
click on top of column (E for example)
excel enters:
E:E,
return_array
what should it return
1 optional parameter is
{if_not_found}
,”Not Found”,
*this means that Excel will type “Not Found” in the cell if the
1st parameter is not in the 2nd parameter
After bracketed item AND a comma, Excel gives
options of 0, -1, 1,2
VLOOKUP is clunkier
have to enter column 2 instead of 6 because that’s the table array we’ve given it
N/A
looks like error message but also saying not a match
How must the lookup column appear in the
VLOOKUP table array?
= as the leftmost column in the array
- This is a major restriction for using
VLOOKUP
.
=VLOOKUP(Lucas,B:E,4,False)
This means to look for “Lucas”
Where: Anywhere in columns B:E (ANY row!!!))
*If Lucas is found, then please type the word/# in the 4th SPOT!!!!!!
*If Lucas is not found, please type the word “False”