Hello I have the following two dropdown below:
Column a drop down: A,b,c,d
Colunmb b dropdown, 1,2,3,4,5,6,7
When A is select in column a, hide 2,4,6 and show 1,3,5,7
If any other is select in column in that column a it should be the default value, it should only work only when A is selected.
Any help will be highly appreciated.