# AvgInRow

Gets the average value in a row for selected columns

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

#### Inputs

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

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