Returns the value at a given index inside a column.
INDEX(column, integer)
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 to index
index
Index of value to return in column
Value at index in column
Last updated 4 years ago
Was this helpful?