OkayKid
New Member
- Joined
- Jan 12, 2011
- Messages
- 15
I've been reading through posts about dependent lists, but either they don't address my specific question or I don't understand.
I have several named ranges on one worksheet and corresponding drop down lists on another. On the list spreadsheet there's a drop down list in A1, and a drop down list in B1, which are not co-dependent. The drop down list in C1, however, will be dependent on the text in the previous two lists. In the data validation box for the list in C1, I need a formula that would accomplish something like this, however this formula doesn't work:
(IF((AND(A1="Choice One",B1="Choice Three")),UseListChoiceListOption
In other words, if A1 has the text "Choice 1" and B1 has the text "Choice 3" then use the list called ChoiceListOption.
I've been trying to use the "INDIRECT" function, but can make it fit.
Thanks!
I have several named ranges on one worksheet and corresponding drop down lists on another. On the list spreadsheet there's a drop down list in A1, and a drop down list in B1, which are not co-dependent. The drop down list in C1, however, will be dependent on the text in the previous two lists. In the data validation box for the list in C1, I need a formula that would accomplish something like this, however this formula doesn't work:
(IF((AND(A1="Choice One",B1="Choice Three")),UseListChoiceListOption
In other words, if A1 has the text "Choice 1" and B1 has the text "Choice 3" then use the list called ChoiceListOption.
I've been trying to use the "INDIRECT" function, but can make it fit.
Thanks!