The NTH function returns the item at a specific position of a list.
NTH(list, position)
Argument name
Description
list
Required
A list of items.
position
The position of the item to return starting at 1.
Last updated 5 years ago