INDEX
Returns the value at a given index inside a column.
Last updated
Was this helpful?
Returns the value at a given index inside a column.
INDEX(column, integer)
Returns the value at a given index within a column. Index starts at 1.
INDEX() and NTH() are aliases of each other.
Argument
Description
column
Column to index
index
Index of value to return in column
Value at index in column
Last updated
Was this helpful?
Was this helpful?