I wish to create a cascading dropdown list of towns dependent on which country is chosen. (as below)
The lists of towns varies and I wish the ranges on this to be dynamic.
At present I use: =OFFSET(Lists!$D$2:$D$2,0,0,MATCH("*",Lists!$d:$d,-1),1) to calculate the ranges.
The secod dropdown list does not work with the usual INDIRECT function. Is there something else I need to do because the lists are dynamic?
The lists of towns varies and I wish the ranges on this to be dynamic.
At present I use: =OFFSET(Lists!$D$2:$D$2,0,0,MATCH("*",Lists!$d:$d,-1),1) to calculate the ranges.
The secod dropdown list does not work with the usual INDIRECT function. Is there something else I need to do because the lists are dynamic?
Excel Workbook | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Countires | Canada | USA | UK | Spain | Italy | France | Dropdown Lists Below: | |||||
2 | Canada | Ottawa | New York | London | Barcelona | Milan | Marseilles | Country | City | ||||
3 | USA | Toronto | Chicago | Manchester | Madrid | Venice | Nice | UK | |||||
4 | UK | Vancouver | Miami | Glasgow | Valencia | Rome | Paris | ||||||
5 | Spain | Seattle | Turin | ||||||||||
6 | Italy | ||||||||||||
7 | France | ||||||||||||
Lists |