RUNNINGAVERAGE

Calculates the running average of a column

RUNNINGAVERAGE(column)

Returns the running averages in a column

Arguments

Argument

Description

column

Column on which to compute the running average. Must be numeric.

Output

Running averages of input column

Example

Last updated