Name |
Description |
Syntax |
|---|---|---|
Returns the cell address based on the specified row and column numbers |
ADDRESS(row_num, column_num, [reference_type], [reference_style], [sheet_name]) |
|
Searches for a value in the first column of a range and returns the corresponding value from the same row and a specified column |
VLOOKUP(lookup_value, range, column_num, [lookup_method]) |
|
Returns a value from the list based on a specified index |
CHOOSE(index, value1, [value2,...]) |
|
Creates a hyperlink in a cell |
HYPERLINK(url, [link_label]) |
|
Searches for a value in the first row of a range and returns the corresponding value from the same column and a specified row |
HLOOKUP(lookup_value, range, row_num, [lookup_method]) |
|
Returns the contents of the cell specified by the reference |
INDIRECT(link_label, [reference_style]) |
|
Returns the contents of a cell from an area based on row and column numbers |
INDEX(area, row_num, [column_num], [range_num]) |
|
Returns the number of areas in a reference |
AREAS(reference) |
|
Searches for a value in a one-dimensional range and returns its position in the row or column |
MATCH(lookup_value, range, [lookup_method]) |
|
Returns visible data from a pivot table |
GETPIVOTDATA(value_field, pivot_table, [field1, item1, ...]) |
|
Vector form: Looks for a value in the search range and returns its corresponding value from the result range. If the result range is omitted, the function returns the lookup value itself or the closest lesser value in the search range |
Vector form: LOOKUP(lookup_value, search_range, [result_range]) |
|
Array form: Looks for a value in the first row or column of an array and returns a corresponding value from the last row or column |
Array form: LOOKUP(lookup_value, array) |
|
Returns a reference to a cell or range offset from the original cell or range by a specified number of rows and columns |
OFFSET(reference, rows, columns, [height], [width]) |
|
Returns the column number for a given cell or range reference |
COLUMN([reference]) |
|
Returns the row number for a given cell or range reference |
ROW([reference]) |
|
Transforms a vertical cell range into a horizontal one, or vice versa |
TRANSPOSE(array) |
|
Returns the number of columns in a specified array or range |
COLUMNS(array) |
|
Returns the number of rows in a specified array or range |
ROWS(array) |