Paradigm_Shift
New Member
- Joined
- May 11, 2011
- Messages
- 44
I have a dropdown list in a cell on, say, sheet1. Then for example, on sheet2 I need the same drop down list, BUT if a value is selected in the dropdown list on sheet1, when I switch to sheet2, I want the value selected to populate the same cell that has the dropdown.
Conversely, if a value is selected from the dropdown on sheet2, the cell containing the dropdown on sheet1 should reflect that value.
Basically I want some version of a circular reference with a formula in each cell similar to below:
(In A1, sheet1) =Sheet2!A1
(In A1, sheet2) =Sheet1!A1
BUT they also should have a dropdown. When a new value is selected from the list, I still want the formulas to somehow be in there...
How can I achieve this result?
Conversely, if a value is selected from the dropdown on sheet2, the cell containing the dropdown on sheet1 should reflect that value.
Basically I want some version of a circular reference with a formula in each cell similar to below:
(In A1, sheet1) =Sheet2!A1
(In A1, sheet2) =Sheet1!A1
BUT they also should have a dropdown. When a new value is selected from the list, I still want the formulas to somehow be in there...
How can I achieve this result?