Circular Reference problem...!

avinashraste

Board Regular
Joined
Mar 12, 2008
Messages
167
Hello Friends,

I am facing a very peculiar circular reference issue. I have a sheet where my requirement is if I put "abc" in the cell A1, the cell C1 show "abc". The problem arises when I want to show the same wise versa, i.e. if I write "abc" in cell C1 first, then cell A1 also should show the same.

so, in a way, where ever I write first, whether in cell A1 or cell C1, the other one should reflect the same...!!! Please guide & help.

Thanks & Regards

AR
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
because A1 =C1 and C1 =A1 you will get the circular reference, you can often detune the iterations used for calculation, better to use VBA to monitor A1 and C1 and then copy the value without formula, though with those two cells so close together I do wonder why you could input in either
 
Upvote 0

Forum statistics

Threads
1,215,530
Messages
6,125,353
Members
449,220
Latest member
Edwin_SVRZ

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