> 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/mininrow.md).

# MinInRow

Gets the minimum value in a row for selected columns

```mathematica
MinInRow(column1, column2, column3) → 100
MinInRow(7,2,15) → 2
```

#### Inputs

`MinInRow(column1, [column2...])`

* `column...` - Columns, one or more, to calculate the minimum value in a row
