AvgInRow
Last updated
Gets the average value in a row for selected columns
AvgInRow(column1, column2, column3) → 100
AvgInRow(7,2,15) → 8AvgInRows(column1, [column2...])
column... - Columns, one or more, to calculate the average value in a row
Last updated