Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 49956

Multiple drop down lists, all dependent of the same previous drop down list + Combination

$
0
0
Hello everyone,

**EDIT : See attachment for better understanding**

I have two problems, If you could help me solve them I would really appreciate :p


1. I've been working with dependent drop down lists recently, I figured out how to make dependant cascading drop down lists using DataAnalysis (=INDIRECT) and applying names to my lists. My problem is that this technique only let me make one list dependent of one other.

What I would like to do is have one list that influences many others (one list to rule them all).

For example, I am working with a list of "Fields" (Ex: field 1, 2 and 3) and each field have different lists of "parameter", "model" and "method". To make it clear, the methods and parameter are dependent of the field, but the methods and parameters are independent regarding each others.

How could I make it so that choosing a certain field in a drop down list would restrict the parameter drop down list AND the methods AND the model drop down list ?


2. In this same scenario, I have Different fields that restrict different parameters . I would like to be able to select more than one field, and then the dependent drop down list would contain the selections of the two fields at the same time, let it be understood that I dont want to select the fields on the same drop down list, but on different drop down lists.(same thing for model and methods)


I Hope all this is possible
Thank you,
Justin

Viewing all articles
Browse latest Browse all 49956

Trending Articles