Excel Formulas Flashcards
Function
Formula
INDEX
=INDEX(array, row_num, [col_num])
MATCH
=MATCH(lookup_value, lookup_array, [match_type])
VLOOKUP
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
HLOOKUP
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
XLOOKUP
=XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])
OFFSET
=OFFSET(reference, rows, cols, [height], [width])
IF
=IF(logical_test, value_if_true, value_if_false)
IFERROR
=IFERROR(value, value_if_error)
CHOOSE
=CHOOSE(index_num, value1, value2, …)
TEXT
=TEXT(value, format_text)
ROUND
=ROUND(number, num_digits)
ROUNDUP
=ROUNDUP(number, num_digits)
ROUNDDOWN
=ROUNDDOWN(number, num_digits)
NPV
=NPV(rate, value1, [value2], …)
IRR
=IRR(values, [guess])
XIRR
=XIRR(values, dates, [guess])
PV
=PV(rate, nper, pmt, [fv], [type])
FV
=FV(rate, nper, pmt, [pv], [type])
PMT
=PMT(rate, nper, pv, [fv], [type])
EOMONTH
=EOMONTH(start_date, months)
EDATE
=EDATE(start_date, months)
YEARFRAC
=YEARFRAC(start_date, end_date, [basis])
DAYS
=DAYS(end_date, start_date)