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

# 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
