> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/aggregate-functions/min.md).

# Min

Gets the minimum value in the column

```mathematica
Min(column1) → 2
Min(column2) → 1099.13
```

#### Inputs

`Min(column)`

* `column` - A column to calculate the minimum value for
