Lookup and Reference Functions
🎗️

Lookup and Reference Functions

Status
Description
Function
Text
Formular
Done

ADDRESS function

Returns a reference as text to a single cell in a worksheet

ADDRESS(row_num, column_num, [abs_num], [a1], [sheet_text])

Done

INDIRECT function

Returns a reference indicated by a text value

INDIRECT(ref_text, [a1])

Done

OFFSET function

Returns a reference offset from a given reference

OFFSET(reference, rows, cols, [height], [width])

Done

INDEX function

Uses an index to choose a value from a reference or array

INDEX(array, row_num, [column_num])

Done

MATCH function

Returns a position of the values

MATCH(lookup_value, lookup_array, [match_type])

Done

ROW function

Returns the row number of a reference

ROW([reference])

Done

ROWS function

Returns the number of rows in a reference

ROWS(array)

Done

COLUMN function

Returns the column number of a reference

COLUMN([reference])

Done

COLUMNS function

Returns the number of columns in a reference

COLUMNS(array)

Not started

CHOOSE function

Chooses a value from a list of values

Not started

CHOOSECOLS function

Not started

CHOOSEROWS function

Not started

DROP function

Not started

EXPAND function

Not started

FILTER function

Not started

FORMULATEXT function

Not started

GETPIVOTDATA function

Not started

HSTACK function

Not started

HYPERLINK function

Not started

IMAGE function

Not started

RTD function

Not started

SORT function

Not started

SORTBY function

Not started

TAKE function

Not started

TOCOL function

Not started

TOROW function

Not started

TRANSPOSE function

Not started

UNIQUE function

Not started

VSTACK function

Not started

XMATCH function

Returns the relative position of an item in an array or range of cells.

XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])

Not started

WRAPCOLS function

Not started

WRAPROWS function

Done

XLOOKUP function

Searches a range or an array, and returns an item corresponding to the first match it finds.

= XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])

Done

VLOOKUP function

Looks in the first column of an array and moves across the row to return the value of a cel

= VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

Done

HLOOKUP function

Looks in the top row of an array and returns the value of the indicated cell

Not started

LOOKUP function