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.
| Parameter | Required | Description | 
|---|---|---|
| array | Yes | any array | 
| index | Yes | the position of the item to return (starting at 1) | 
| Returns | An 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.