If Statement and Validation Lists

G

Guest

Does anyone know if its possible to combine If statements
and a validation lists.

i.e
if Cell A1 = Yes then in cell B1 You would have List one
and if Cell A1 = No the Cell B1 displays List two to have
you choose from?

Thanks for your help in advance
 
J

Jason Morin

In an open cell (say E1), use:

=IF(A1="Yes","list1","list2")

where "list1" and "list2" are defined names for your
lists. Now, under validation, select "List", and
under "Custom", put:

=INDIRECT(E1)

HTH
Jason
Atlanta, GA
 

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