Expand description
Lookup and reference formula functions: VLOOKUP, HLOOKUP, INDEX, MATCH, LOOKUP, ROW, COLUMN, ROWS, COLUMNS, CHOOSE, ADDRESS.
Functions§
- fn_
address - ADDRESS(row_num, column_num, [abs_num], [a1], [sheet_text])
- fn_
choose - CHOOSE(index_num, value1, [value2], …) - returns value at given index.
- fn_
column - COLUMN(reference) - returns the column number of a reference.
- fn_
columns - COLUMNS(array) - returns the number of columns in a reference.
- fn_
hlookup - HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
- fn_
index - INDEX(array, row_num, [col_num])
- fn_
lookup - LOOKUP(lookup_value, lookup_vector, [result_vector]) - vector form.
- fn_
match - MATCH(lookup_value, lookup_array, [match_type])
- fn_row
- ROW(reference) - returns the row number of a reference.
- fn_rows
- ROWS(array) - returns the number of rows in a reference.
- fn_
vlookup - VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])