I have two sheets: Sheet1 & Sheet2
- Sheet1 has Dropdown menu "Dropdown_1" with choices: a,b,c
- Sheet2 has "Dropdown_2"u, also with choices: a,b,c
- Sheet2 has also a cell linked to the Dropdown menu of Sheet1 "Link_dropdown_1" showing the current selection.
Is there a way how i can update the selection of "Dropdown_2" based on the value in "Link_dropdown_1"? I don't want to synchronise the two dropdown menus bidirectional - just from Sheet1 -> Sheet2. In case my explanation is hard to understand - here is the example in sheets: example sheet
Update: Looking for a way to update a Dropdown Menu not a simple cell!
For example: "a" gets selected in "Dropdown_1" --> automatically select "a" in "Dropdown_2" as well.
Update 2: Maybe my previous explanations were really misleading but i am NOT looking for a dynamically created dropdown menu or similar. I want to synchronise choices/selection of two dropdown menus that contain the same values.
I use "Value_Dropdown_A" for some sorting in Sheet2. In case it its not needed for synchronising "Dropdown_A" to "Dropdown_B" just ignore it...