Intentional circular reference

All2Cheesy

Board Regular
Joined
Mar 4, 2015
Messages
127
Hi all,

I've written up an intentional circular reference as I need two cells to be identical when a certain criteria is met. These cells are also editable by other uses, both cells are set to 0 by default, it is only when one cell is changed, the other one must change.

Is there a way to re-write this code to remove the circular reference, or even turn off the warning that appears? (Enabling iterative calculations will not work as many different users are using this sheet across multiple computers). Thanks in advance!

Formula 1: =IF('Fact Finder'!O1="c",IF('Summary (Bulk)'!T2>0,'Summary (Bulk)'!T2,0),0)
Formula 2: =IF('Fact Finder'!O1="c",IF('Summary (Parcel)'!T2>0,'Summary (Parcel)'!T2,0),0)
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,215,488
Messages
6,125,092
Members
449,206
Latest member
ralemanygarcia

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