Excel Formulas Cheat Sheet: Vlook UP
Excel Formulas Cheat Sheet: Vlook UP
CHEAT SHEET
IFER
U P ROR
O OK
VL SUMIF
IF H
& M A T C
IND E X
LOOKUP FORMULAS
VLOOKUP
Formula breakdown:
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
What it means:
=VLOOKUP(this value, in this list, and return me the value in this column number,
I want the Exact Match/FALSE/0])
INDEX
Formula breakdown:
=INDEX(array, row_num, [column_num])
What it means:
=INDEX(from this table/range, return me the value from this row number, [and
intersect this column number and return me the value])
MATCH
Formula breakdown:
MATCH(lookup_value, lookup_array, [match_type])
What it means:
MATCH(lookup this value, from this list or range of cells, return me the Exact Match
position)
LOGICAL FORMULAS
IF
Formula breakdown:
= IF(logical Test,value if True,value if False)
What it means:
=IF(this condition is met, return me this value if it’s true, return me this value if it’s
false)
IFERROR
Formula breakdown:
=IFERROR(value,value if error)
What it means:
= IFERROR(if this formula has an error, what do you want to show in place of the
error)
MATH FORMULAS
SUMIF
Formula breakdown:
= SUMIF(range, criteria, [sum_range] )
What it means:
= SUMIF(evaluate this range of cells, with this criteria, [sum this range] )
SUMIFS
Formula breakdown:
= SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, Criteria2, ... )
What it means:
= SUMIFS(return the sum from this range of cells, evaluate this range, with this
criteria, and evaluate that range, with that criteria, ... )