I have created dependent dropdown using indirect function and data validation using which i have to create dynamic charts.
Whenever i am selecting an option in the first dropdown, the values gets updated accordingly but i need to click on the second dropdown to view the related options. For example: The first dropdown contains fruits, vegetables and colors. I have selected fruits first and the options are banana, apple, mango. I select mango in the second dropdown. Now, when i am selecting colors in the first dropdown, the second dropdown still shows mango, until i click on it and see various 'colors'(red, yellow, green) option.
Is there a way so that the first option in colors(red) appears in the second dropdown as soon as i select colors in the first dropdown?
I am using indirect of the cell link for dependent dropdowns.
Please suggest answers without VBA