# INDEX

INDEX(`column`, `integer`)

Returns the value at a given index within a column. Index starts at 1.

{% hint style="info" %}
INDEX() and NTH() are aliases of each other.
{% endhint %}

### Arguments

| Argument | Description                          |
| -------- | ------------------------------------ |
| `column` | Column to index                      |
| `index`  | Index of value to return in `column` |

### Output

Value at `index` in `column`

### Example

{% embed url="<https://datawrapper.dwcdn.net/j52P7/1/>" %}
