Fix a cell value from another changing cell value

Simon Ford

New Member
Joined
Nov 20, 2003
Messages
3
How can I fix a cell value from another cell whose value will change e.g.

A1 = 300

B1 = 500

A1 TO CHANGE TO 500

B1 THEN CHANGES TO 0

A1 TO STAY AS 500 (FIXED)
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
A1 would be a fixed starting value until B1 temporarily populates (B1 will usually read 0). The value for B1 is updated from a LOOKUP table when conditions are TRUE, but will revert to 0 when they are not. At anytime that the value for B1 becomes greater than 0, A1 must take this as its new fixed value (and not revert to 0 or its original value).
 
Upvote 0
Okay, not real clear on it, but sounds like an IF formula for A1 would work if B1 is determined by a lookup...
Of course, some combinations would be possible, if B1 has a reciprocal connection to A1, and not A1 just having the Linear connection to B1...

:unsure:
 
Upvote 0

Forum statistics

Threads
1,214,428
Messages
6,119,420
Members
448,895
Latest member
omarahmed1

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