Setting Up Sums

  • Thread starter Thread starter Hank Laskin
  • Start date Start date
H

Hank Laskin

I am new at EXCEL.
I am attempting to setup two columns.
First column I want to enter amount of an item purchased
Second column I want to start with a balance and as I enter amounts
purchased in the first column I would like the balance column to reduce as I
progressively enter amounts in the first column.

As an example:
Amount Column& first entry $5.00
Balance Column Starting Balance $250.00
After I insert the $5.00, I would like the second column under the $250 to
show $245
 
Assume your opening balance amount is in cell B2, and you enter the
first payment in cell A3. Enter this formula in cell B3:

=IF(A3=0,"",B2-A3)

Format the cell as currency with 0 decimal places, then copy down. As
there is nothing in the cells in column A then nothing will show in
column B, but as soon as you put an entry in A4, then B4 will show.

Hope this helps.

Pete
 

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

Similar Threads

Segregate Outstanding Payment 1
Do formula as is unless source cell has "?" in it? 7
Average of Two Columns 2
Unbalance columns 3
Date Comparison Formula 4
Pivottable - stock 2
Formula for 3 columns 1
Commission 1

Back
Top