RUNNINGAVERAGE
Calculates the running average of a column
RUNNINGAVERAGE(column
)
Returns the running averages in a column
Arguments
Output
Running averages of input column
Example
Last updated
Calculates the running average of a column
RUNNINGAVERAGE(column
)
Returns the running averages in a column
Running averages of input column
Last updated
Argument
Description
column
Column on which to compute the running average. Must be numeric.