Data Validation and Dependent Lists Q

S

Sean

I wish to create a Data Validation Dependent Lists if a certain Value
appears in a Cell (say A1). I have looked at Contextures and it
explains it, but what if the value selected in my cell (A1) is =
London, then I want the user to type the appropriate values into the
'Data Validation cell' instead of from a dependent list selection. If
the value selected in A1 = Paris, then I wish the dependent list to
kick in.

The reason I ask is if London is selected, product codes (i.e. the
dependent lists) run to 100's, if Paris is selected I have only 4
product codes, so I would let the user enter for London but for Paris
they would select from only 4. Just makes things easier for me than
maintaining a dynamic list of 100's

Thanks
 
B

Bob Phillips

You only have to enter the list once. DV has to be better as the user then
cannot make a mistake, if they have to type it in they could type anything.
I certainly wouldn't want to have to enter it.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
S

Sean

You only have to enter the list once. DV has to be better as the user then
cannot make a mistake, if they have to type it in they could type anything.
I certainly wouldn't want to have to enter it.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)








- Show quoted text -

Thanks Bob, not quite, products are added and deleted from one
particular list and I've 20 users working on the file at remote level,
so I couldn't physically maintain it, thus I thought if they could
manually type for one location and use drop downs for the other
(smaller) locations
 
D

Debra Dalgleish

You could name a blank cell London, and in the data validation dialog
box, choose Allow List. For the formula, enter:
=IF(C6="London",London,INDIRECT(C6))
Add a check mark to 'Ignore Blanks'
You'll be able to type anything if London is selected, and a list will
appear for other cities.
However, with Ignore Blanks selected, using INDIRECT, a user will also
be able to enter any value when a list is available.
 
S

Sean

You could name a blank cell London, and in the data validation dialog
box, choose Allow List. For the formula, enter:
=IF(C6="London",London,INDIRECT(C6))
Add a check mark to 'Ignore Blanks'
You'll be able to type anything if London is selected, and a list will
appear for other cities.
However, with Ignore Blanks selected, using INDIRECT, a user will also
be able to enter any value when a list is available.







--
Debra Dalgleish
Contextureshttp://www.contextures.com/tiptech.html- Hide quoted text -

- Show quoted text -

Thanks Debra, I'm going to have a go at it
 

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