I have a worksheet that i want to use to keep track of my bank account i.e
money in and money out to give me a total in the third column and cannot work
the formula out as 1 column is taking away and the secon column is adding?????
Dave F - 18 Oct 2006 17:24 GMT
Post your formula.

Signature
Brevity is the soul of wit.
> I have a worksheet that i want to use to keep track of my bank account i.e
> money in and money out to give me a total in the third column and cannot work
> the formula out as 1 column is taking away and the secon column is adding?????
vezerid - 18 Oct 2006 18:58 GMT
If you want a running total the general philosophy is that in the total
column you need one additional cell.
So if inflows are in A2:A10 and outflows are in B2:B10, put your
starting balance in C1 and then in C2 use:
=C1+A2-B2
Does this help?
Kostis Vezerides
> I have a worksheet that i want to use to keep track of my bank account i.e
> money in and money out to give me a total in the third column and cannot work
> the formula out as 1 column is taking away and the secon column is adding?????