How to NOT update a formula

Gringoire

Board Regular
Joined
Nov 18, 2016
Messages
71
Office Version
  1. 365
Platform
  1. Windows
Hello guys,
Imagine I have a cell C1 with a formula =A1+B1

My need is to keep the value of C1 unchanged even after the value in A1 is changed. B1 instead must continue to be updated when changed
I know how to do that by VBA (passing the cell content by value and not by reference), but I would like to know if it is possible to achieve the same result without using VBA.

thanks in advance.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Reference to A1 but does not change if A1 change ?

Without VBA, the only formula I can make is: :)

C1=A1+B1-A1
:ROFLMAO:
 
Upvote 0
I try to explain better:
The point is that a macro periodically copy and paste the value of C1 (just an example, situation is more complex) to a kind of historical archive on another worksheet.
If after some month the value of A1 is updated (it is a cost) the new C1 data from now on must use the new cost A1, but the old C1 data, still linked to A1 should not update the cost.

Of course modify the macro would be the best solution, but this macro is extremely confused and not written by me, so if there was a method to prevent Excel updating the references to A1 value (only), it would be great.
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,387
Members
449,080
Latest member
Armadillos

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