Formula Needed

L

lsmith

I am doing a spreadsheet where I am keeping a running, -decreasing
balance in a column, with the figures that will be subtracted i
another column. How do I create a formula to show the balance? Th
cells in the one column somehow need to be linked to that balance, bu
utilizing the original number from which they are being subtracted.
HELP! and many thanks! I need this ASAP
 
S

Spreadsheet

If A1=balance before any subtactions and column B contains the numbers
to be subtracted (starting in B2), the a simple formula could be:

A2=A1-B2
A3=A2-B3
A4=A3-B4
...

I'm not sure if this is what you had in mind, please clarify if your
problem is more complicated
 
Top