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

# MaxInRow

Gets the maximum value in a row for selected columns

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

#### Inputs

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

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