# 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
