Used the standard Data Validation option to create an in-cell drop-down List.
There are 3 user Worksheets.
Each of the 3 Worksheets have the same in-cell drop-down list. They all use the same Named Range criteria for the list.
If the user is on Worksheet 2 and changes the selection from 1 to 2:
- The same result 2 needs to be updated on Worksheet 1 and Worksheet 3.
- The same for the other two. So any change in a drop-down list would be syncronized.
Preference would be not to use vba code.
Or, would be open to somehow showing one common linked cell header on the top of the three worksheets.
Somewhat like a header/detail in a report.
I can't seem to wrap my head around this request.
There are 3 user Worksheets.
Each of the 3 Worksheets have the same in-cell drop-down list. They all use the same Named Range criteria for the list.
If the user is on Worksheet 2 and changes the selection from 1 to 2:
- The same result 2 needs to be updated on Worksheet 1 and Worksheet 3.
- The same for the other two. So any change in a drop-down list would be syncronized.
Preference would be not to use vba code.
Or, would be open to somehow showing one common linked cell header on the top of the three worksheets.
Somewhat like a header/detail in a report.
I can't seem to wrap my head around this request.