01 02 03 2013 20 40 20 2014 12 45 2014-2013 (var) -8 5 -20 RunningSum([var]) -28 23 -20
Hello,
I have illustrated my problem with this short example.
The problem is, the running sum starts at col 03, it should start at col 01. (I'd like the row RunningSum to show -8, -3, -23)
The rows show data for 2013, 2014, the difference and last a running sum on the difference. In my real table, i have 12 columns, one per month. The values have already been sorted. The data comes from an unx-Universe. Please guide me, how to achieve this.
Thanks in advance!