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