Subtracting a running Balance

T

TW

I am buying a car and I want to put the payments that i am making on a
worksheet that will automatically subtract my payments from the original
amount, lets say I am paying 5,500 paying 50.00 a week how can i create this
worksheet?
 
T

T. Valko

Here's one way:

A1 = header = Starting Balance
B1 = 5500

A2 = header = Total Paid to Date
B2 = formula: =SUM(B6:B300)

A3 = header = Current Balance
B3 = formula: =B1-B2

A5 = header = Date
B5 = header = Amount Paid

Select cell A6
Goto the menu Window>Freeze Panes

As you make payments and scroll down the sheet your balance will always be
visible on top.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top