I want a dropdown list to populate choices from another dropdown list.
So If "Wonder" is selected in the first dropdown, I want "al.wonder" to be selected from the other list.
If "Wonder" and "Organize" are both selected, I want "al.wonder" to be selected also "al.organize" to be selected as well.
=IF([WW Label(s)]@row = "Wonder", "al.wonder")