Set a value equal to the value of a sum from a row above?
I have a table like this Opening Transfer 0 12 12 -2 10 -2 8 -1 7 -7 I need to recalculate this due to a gap in the real table. I know the value of the opening will be the opening + transfer of the line above but how can I do this? I’ve… Read More Set a value equal to the value of a sum from a row above?