T
triniqueen
I'm summing up a row to get cummulative amounts, now I want to only add if
the amount is >0, so if I paid off a loan and the amount goes down to 0 then
it shouldn't add the amounts from the previous cells.
ex.
cell A1 has the 1000, B1 2000 In cell A2 the total is 1000 in B2 the total
is 3000 but I paid off the 3000 so in C1 there will be 0.
How do I still do cummulative totals in C2 without getting 3000 instead of
0?
I need to have cummulative totals throughout each cell that would to take
into consideration the amounts that were paid off.
the amount is >0, so if I paid off a loan and the amount goes down to 0 then
it shouldn't add the amounts from the previous cells.
ex.
cell A1 has the 1000, B1 2000 In cell A2 the total is 1000 in B2 the total
is 3000 but I paid off the 3000 so in C1 there will be 0.
How do I still do cummulative totals in C2 without getting 3000 instead of
0?
I need to have cummulative totals throughout each cell that would to take
into consideration the amounts that were paid off.