For the complete documentation index, see llms.txt. This page is also available as Markdown.

RUNNINGTOTAL

Calculates the running total of a column

RUNNINGTOTAL(column)

Returns the running totals in a column

Arguments

Argument

Description

column

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

Output

Running totals of input Column

Example

Last updated

Was this helpful?