RowAvg
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the average value of the input numbers.
Unlike Avg, which calculates the aggregate average of a group of values in a column, RowAvg can be used to calculate the average of column values across individual rows.
number [required] One of a list of numbers to be averaged
Returns 6.
Returns the average of the row values for each row in the [Population 2020] and [Population 2010] columns.