> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/table/index.md).

# 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/>" %}
