Returns the nth element of a given column
Last updated 3 years ago
Was this helpful?
NTH( column, index)
column
index
NTH() and INDEX() are aliases of each other.
Input
Description
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