Skip to main content

INDEX

Use the INDEX function to return an item from an Array at the specified position.

Use

INDEX( array, position )
Returns an item from an array at the position given.

ParameterRequiredDescription
arrayYesany array
indexYesthe position of the item to return (starting at 1)

ReturnsAn item from the array matching the type of array

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE