Book1 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Parameter1 | SubPara1_1 | |||||
2 | SubPara1_2 | ||||||
3 | SubPara1_3 | ||||||
4 | SubPara1_4 | ||||||
5 | SubPara1_5 | ||||||
6 | |||||||
7 | Parameter2 | SubPara2_1 | |||||
8 | SubPara2_2 | ||||||
9 | |||||||
10 | Parameter3 | SubPara3_1 | |||||
11 | SubPara3_2 | ||||||
12 | SubPara3_3 | ||||||
13 | |||||||
14 | Parameter4 | SubPara4_1 | |||||
15 | SubPara4_2 | ||||||
Sheet1 |
I have a dropdown box in cell A1 that has 4 values:
Parameter1
Parameter2
Parameter3
Parameter4
I want a dropdown in cell B1 which should be dynamic, it should depend on what is selected in cell A1. If user selects Parameter1, it should look up the corresponding sub-parameters from column E and put it in the dropdown list.
The above is sample data, I have more than 10 main parameters and sub parameters can be 2 to 25+
Maxi