Running Sum adding to one cell

IsimiKehinde

New Member
Joined
May 13, 2021
Messages
2
Office Version
  1. 365
  2. 2019
  3. 2016
  4. 2013
  5. 2011
  6. 2010
  7. 2007
Platform
  1. Windows
I want a running sum whereby the a cell retains a value as they add to it from another single cell.

So lets say a value (in this example; 2000) is put into A1, it then goes to cell B1 (making it 2000 as well); I want that if the value in A1 is changed (lets say 1000), i want it to go into B1 and add to the value that is in it (which is 2000 it now becomes 3000).
So anytime a new value is put in A1, it adds to what is in B1

Is it possible and if so; is there any way it can be done as a formula and not VBA?

Thanks
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
A formula can only look at what is there now, not what was there before. If you want to use a formula then you will need to enter each new figure into a separate cell and sum them together without deleting or overwriting the previous entries.

If you want to do it with a single cell then you will need to use vba.
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,779
Members
449,049
Latest member
greyangel23

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