calculate a running balance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to calculate a running balance for a check register in Excel. How do I
do that without having to enter the formula each time? Can I have the column
headings set up first? Thanks! This will be for Excel 2000
 
Susan, this assumes that you have a starting balance in G2, with deposits in
column F and payments in column E, starting in row 3, in G3 put
=(IF(OR(E3,F3>0), OFFSET(G3,-1,0)- E3+F3,"")) and copy down, if you would
like I could send you a workbook set up for this, post back if you would
like to take a look at it.

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Thank you, Paul. It worked. I tried it on a worksheet at home after reading
your reply. Since the deposit and withdrawal columns are reversed on the
worksheet at work, all I have to do is switch the letters in the formula to
set it up there.
 
Your welcom, glad that will work for you

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Okay, a problem. Your formula worked at home but not at work, where I need
it. I have my headers on that worksheet. Is that causing the problem? After
putting in the formula, I get #VALUE! in the cell. Any suggestions? Thanks.
Susan
 
Susan, are you starting in row 3 with a balance in row 2? post back with how
you workbook is set up

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Paul, I'm pretty sure I entered the formula incorrectly. I brought a copy of
the workbook home and got the formula to work tonight, so I must have made a
mistake at work this morning. Thanks again for your help! Susan
 
Back
Top