JToulson91
New Member
- Joined
- Jul 20, 2015
- Messages
- 8
Hi all,
First time poster - bare with me please!
I have a spreadsheet that is very dependent on selected location. I currently have data-validation dropdown lists for continent, country and city - the formula for each list is
; ie the 'Continent' dropdown is in A1 the country data validation formula =Indirect(A1), referring to a named selection elsewhere in the workbook.
This all works brilliantly and updates the dropdowns each time an entry is changed - the list in the 'City' dropdown changes if you change which country is chosen.
However, when I have selected Europe > Paris > France, I can change the continent selection to Africa for example and the country and city dropdowns remain unchanged, implying that Paris is in Africa (this is made for sharing around the globe and has to be idiot-proof!); is there a way to make the second and third lists auto-update/refresh, so that if the continent is changed, the current country choice refreshes to the first option of the new continent list and the city option changes to the first in the list of that country?
I've read many posts and formus but nothing quite gets to what I'm after - I'd rather not use VBA but can if necessary!
Hope that's all clear!
TIA
First time poster - bare with me please!
I have a spreadsheet that is very dependent on selected location. I currently have data-validation dropdown lists for continent, country and city - the formula for each list is
Code:
=indirect('previous dropdown')
This all works brilliantly and updates the dropdowns each time an entry is changed - the list in the 'City' dropdown changes if you change which country is chosen.
However, when I have selected Europe > Paris > France, I can change the continent selection to Africa for example and the country and city dropdowns remain unchanged, implying that Paris is in Africa (this is made for sharing around the globe and has to be idiot-proof!); is there a way to make the second and third lists auto-update/refresh, so that if the continent is changed, the current country choice refreshes to the first option of the new continent list and the city option changes to the first in the list of that country?
I've read many posts and formus but nothing quite gets to what I'm after - I'd rather not use VBA but can if necessary!
Hope that's all clear!
TIA