Running sum

In some instances, it is beneficial to view a running sum of the columns.  This running sum aggregates the column data from left to right.

Running sum example
An example of a running sum being helpful is a yearly budget.  A calculation that includes columns for January through December enhanced with a running sum would provide budget requirements aggregated over the course of the year.

See the Monthly breakdown documentation for an advanced use case where a running sum is beneficial.