Validated list - how to make conditional

S

smartgal

Okay, we tried the solution below but it won't let us have a validated
drop-down list - it tells us that we have restricted values. We've attacked
this a number of ways and just can't seem to get there.

To recap -
1) we have a field in which the user selects a location (this is a validated
list)
2) we have a field in which the user chooses a salesperson (until the
addition of a second location, this was also a validated list - the second
location has complicated things measurably . . .)
3) when the location is selected, we want the user to pick a salesperson
from a validated list, and for the choices to be dependent on which location
has been selected (since s/p are unique to the location and don't appear in
both locations).

Open to more suggestions! Thanks!

See this:

http://contextures.com/xlDataVal02.html
 
J

JLatham

I'm not sure what the issue is. Go through the Contextures process again
maybe. I just followed it and seems to work just fine for me.

I created a list with 3 locations
Atlanta
Boston
Charleston

I Named that list LocationsList

Then I created a list with 5 salespersons in it and Named it Atlanta,
another list with more names in it an named it Boston, and a 3rd list with
more names and named it Charleston.

In A2 I used Data Validation, chose List and set the source as =LocationsList
In another cell (B2) I again used Data Validation and chose List and set the
Source as
=INDIRECT(A2)
works for me - choose a city in A2 and the list in B2 changes accordingly.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top