Returns the nth element of a given column
NTH( column, index)
column
index
Returns the _n_th element of a given column
NTH() and INDEX() are aliases of each other.
Column of any type
Index of element to return. Index of 1 returns the first element. index must be within the length of column, otherwise returns an error.
Element within column defined by index
Last updated 2 years ago