G
Guest
Hello:
I have a table and would like to get cumulative totals like the following
format
Date Result CumulativeTotal
Jan1 1 1
Jan2 0 1
Jan3 2 4
Jan4 3 7
....
Which function or expression I can use to get the CumulativeTotal?
Thanks in advance
I have a table and would like to get cumulative totals like the following
format
Date Result CumulativeTotal
Jan1 1 1
Jan2 0 1
Jan3 2 4
Jan4 3 7
....
Which function or expression I can use to get the CumulativeTotal?
Thanks in advance