agonysWeeper
Board Regular
- Joined
- Feb 4, 2011
- Messages
- 146
A1 = 0 and C1 = -1,500
A2 = 0 and C2 = =IF(A2=0,0,C1+A2)
A3 = 300 and C3 = =IF(A3=0,0,C1+C2+A3)
A4 = 500 and C4 = =IF(A3=0,0,C1+C2+C3+A4)
then the column C looks like this
C1 = -1,500
C2 = blank
C3 = -1,200
C4 = -2,200 (I got error in C4 cause I want the total is -900)
can anyone give me correct formula?
Thanks
A2 = 0 and C2 = =IF(A2=0,0,C1+A2)
A3 = 300 and C3 = =IF(A3=0,0,C1+C2+A3)
A4 = 500 and C4 = =IF(A3=0,0,C1+C2+C3+A4)
then the column C looks like this
C1 = -1,500
C2 = blank
C3 = -1,200
C4 = -2,200 (I got error in C4 cause I want the total is -900)
can anyone give me correct formula?
Thanks