Lock Data Results in cell's while changing the data that populated it?

SnKeaK

New Member
Joined
Oct 27, 2012
Messages
24
So in A1, I would like to add the total of all cells in COL B.

The thing I'd like to do however is be able to edit COL B again with fresh sets of info, but A1's previous data does not change. Kind of like locking in A1's results so I can move on to A2, enter data in COL B to recount the new data, and lock those results in A2. and so on.

I have no idea what functions would do this, or if it's even possible. Just checking with the pros to give me guidance. Thank you.


= SUM(B1:B4)7
5
19
2
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
It's not possible to do what you want without using VBA. Formulas in Excel are always dynamic.
 
Upvote 0
It's not possible to do what you want without using VBA. Formulas in Excel are always dynamic.
Thank you. Do you have any suggestions of a better way of inputting data into COL A automatically? As of now, I'm thinking just keep the formula as is, after it calculates all, retype the number in the cell, effectively removing the formula.
 
Upvote 0
Describe to us your requirements and what you're trying to achieve in the real world and we can probably provide a solution. Is VBA an option for you?
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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