I can create simple dependent drop down list in excel as shown in the below screenshot.
http://s14.postimg.org/sip3g4nc1/dropdown1.jpg If I select TeamA in the cell E1, all the three members of TeamA is shown in the drop down list at cell F1
Now I want to achieve the following scenarios -
The first member will be shown in F1 immediately selecting Team in E1. Currently whatever I select at cell E1, F1 stays unchanged until I change the value by clicking F1's drop down list.
There will be another two cells to hold members in G1 and H1. So, there will be three cells for three members. When I select Team in E1, immediately three cells (F1, G1 & H1) will be updated with the corresponding members. Each member cell will have drop down list having all the members to select desired member later.
http://s16.postimg.org/zb2pja4hh/dropdown2.jpg
Assuming you used indirect referencing (the rows under
TeamA
are namedTeamA
and so on):You need to place this sub into your worksheet module and save the file with
.xlsm
extension.