I have a data sheet with defined name with list of contents ex Defined name " Cars"
**Cars**
Honda
Nissan
Ford
Honda, Nissan, Ford have defined name of "Cars" as mentioned above. I have other defined names and list in my data as honda, nissan, and ford and have a drop downs prepared for the list that is dependent on the selection of the above. ex source:
=INDIRECT($B4)
so if you would choose honda for example a list under would yield new used certified
But in another cell in the file i want another drop down list dependent on the first selection of cars to yield different set of questions ex: honda is selected, 2nd drop down would read
orange
green
yellow
Currently I'm not aware to have a 2nd dependent drop down doing this because to my knowledge the defined name has to be the same as in this case 'Honda', and cannot be a repeat name. All of my other dependent questions and drop downs, depend on having 'honda' selected.
Is there a work around or different formula i should be using?