Forum Discussion
Gavc1
Nov 30, 2019Copper Contributor
formula
I want to do a total formula that adds up the previous row plus the new figure however
Twifoo
Dec 01, 2019Silver Contributor
Your formula may be constructed similar to this in C2:
=SUM(C1,B2)
In the formula above, C1 contains the value from the “previous row” while B2 contains the value from the “current row”.
=SUM(C1,B2)
In the formula above, C1 contains the value from the “previous row” while B2 contains the value from the “current row”.