Dependent Validation

P

Paul

I have seen solutions for dependent validation, but they are for pretty
simple situations.

I have a need for four levels of validation (Pick Level 1, Options for level
2 are based on level 1, Options for level 3 are based on levels 1 and
2,....). The source file with all the options has about 1000 lines of data.
Is there a way to do these searchs on the fly?

Thanks
 
J

JBeaucaire

Paul;228589 said:
I have seen solutions for dependent validation, but they are for pretty
simple situations.

I have a need for four levels of validation (Pick Level 1, Options fo
level
2 are based on level 1, Options for level 3 are based on levels 1 and
2,....). The source file with all the options has about 1000 lines o
data.
Is there a way to do these searchs on the fly?

Here's a link to a workbook I created for someone to show how to flo
several dependent lists in a row. This book goes three levels deep wit
many choices. You can easily extend that idea further.

'Excel Help Forum' (http://tinyurl.com/cvsukj)

These dependent lists are based on named ranges. In my sample, if yo
highlight the cells below a colored title (like B2:B4) and then look a
the name box to the left of the formula bar, you will see the names
gave them. The dependent lists are just lists of Named ranges, and th
samples in column I and J use an INDIRECT() method in the cell'
validation list to grab the name of the cell to the left to choose th
next named range.

Have a look.
 

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