agonysWeeper
Board Regular
- Joined
- Feb 4, 2011
- Messages
- 146
C1 = 1,500
A2 = 0
C2 = IF(A2=0,0,C1+A2) which is total of 1,500 because the A2 is 0 but the cell show a 0.
A3 = 300
C3 = IF(A3=0,0,C2+A3) which is 300 but I am looking for 1,800
I want this set up.
C1 = 1,500
A2 = 0
C2 = -
A3 = 300
C3 = 1,800
Anyone help?
A2 = 0
C2 = IF(A2=0,0,C1+A2) which is total of 1,500 because the A2 is 0 but the cell show a 0.
A3 = 300
C3 = IF(A3=0,0,C2+A3) which is 300 but I am looking for 1,800
I want this set up.
C1 = 1,500
A2 = 0
C2 = -
A3 = 300
C3 = 1,800
Anyone help?