Returns the value at a given index inside a column.
Last updated 3 years ago
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