Formula Needed for a Running Total, Based on 2 Specific Cells Content

WillowDean

New Member
Joined
Mar 15, 2019
Messages
2
I have 3 columns I want to work with.
B3 - is a starting total.
C3 – is an addition column (If I put money in)
D3 – is a subtraction column (if I take money out)
F3 – Is the column I want to hold the running total – I want it to look at C3 and D3, and determine whether to add or subtract from F3 based on cell content.

I am stuck...

Thank you!
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
WillowDean,
Put this code in cell F3
=(B3+C3)-D3
this will take the starting value, B3, add the contents of C3 and then subtract the contents of D3,
placing the resulting answer in F3
HTH
Computerman
 
Upvote 0
WillowDean,
Put this code in cell F3
=(B3+C3)-D3
this will take the starting value, B3, add the contents of C3 and then subtract the contents of D3,
placing the resulting answer in F3
HTH
Computerman


Thank you very much! I was making it waaaay to complicated!
 
Upvote 0
WillowDean,
Glad that helped. You can also copy and paste Cell F3 to Cell F4 and the code will update the formula to be =(B4+C4)-D4. I use that trick in my own
budget spreadsheet.
Computerman
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,447
Members
448,898
Latest member
drewmorgan128

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