This setting creates a running total column, each cell of which contains the sum of all cells in a specified column, up to the current row.Documentation Index
Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
Use this file to discover all available pages before exploring further.

Running total for each value in a column
Switch the first setting from ‘for the entire table’ to ‘for each value in this column’ to create individual running totals for each unique value in another reference column. For example, if you needed to create the running total for the number of steps each person took in a day, you would sum the values in the ‘Steps’ column and create a a running total for each value in the ‘Name’ column.
Helpful tips
- Any value that is not a number will be treated as a 0, including words and blanks
- This step can sum: positive and negative numbers (-10), decimals (10.55), currencies ($50), percentages (10%), and scientific notation (10e2)
- Percentages will be summed as their numeric format. So 10% will be summed as 0.1