RunTotColsλ() creates a running total for values in each column of an array
RunTotColsλ( Values )
Values
(Required) A one or two dimensional array/range of values to create running totals for.
In this example we create running totals for both the sales quantity column and the sales amount column.