NTH

The NTH function returns the item at a specific position of a list.

Syntax

NTH(list, position)

Argument name

Description

list

Required

A list of items.

position

Required

The position of the item to return starting at 1.

Last updated