AVERAGE
Averages a list of numbers
Last updated
Averages a list of numbers
Last updated
AVERAGE( value 1
, [value 2 ...]
)
Averages a list of numbers, ignoring any blank values.
Input | Description |
| numeric column or value |
| Optional. Column(s) to be included in the calculation; will output a row-wise calculation when this argument is provided. |
Numerical average of input values
Averaging a single column returns the average value of that column for every row.
Averaging multiple columns returns the average by rows.