Casting running balance

Muthukrishnan V

Active Member
Joined
May 29, 2008
Messages
294
Office Version
  1. 365
Platform
  1. Windows
MS Excel 2007.

A B C D
1 Date Withdrawal Deposit Balance
2 1000 1000
3 500 1000 1500
4 2000 2000 1500
5 1500
6 1500
7 1500

Formula in D3: =SUM(D2,C3-B3) . This formula copied down to D4 to D50.
Present entry inputs are upto B4 and C4 only. But the balance reflects 1500
in D5 to D50.
My request: In the above illustration , I want D5 to D50 to be BLANK and
show balance as and when entries are made in B and C. Thanks
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi,

You can do this, I don't know how you got 1500:


Book1
BCD
1WithdrawalDepositBalance
2100010000
35001000500
420002000500
Sheet154
Cell Formulas
RangeFormula
D2=IF(COUNT(B2:C2),SUM(D1,C2-B2),"")


D2 formula copied down, if there's no entry for both Withdrawal And Deposit, Balance column will be Blank.
 
Upvote 0
Thank you Sir, I could not present my question in rows and columns. I do not know how to present like
how you nicely did. My input was: C2 1000. B3 500. C3 1000. B4 2000. C4 2000. Col D formula.
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,244
Members
452,622
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top