# Last

Returns the last row value in a column.

### Usage

```
Last([Column])
```

Function Arguments:

* **field** (required) A column of text, numbers, or dates to analyse.

> ### 🚧
>
> When there is no sort specified to the table, the results for this function can change when refreshing the workbook, as the sort will be different upon refresh.

### Example

```
Last([Quarter])
```

Returns the last result in the `[Quarter]` column in every row of the `[Last]` column.

<figure><img src="https://files.readme.io/49727fc-mmmmm.png" alt=""><figcaption></figcaption></figure>

<br>
