Thread: Validation List
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Tdahlman Tdahlman is offline
external usenet poster
 
Posts: 19
Default Validation List

How do I specify that a list is part of "List 1" or "List 2"?
I go to Data, then Validation, then select List. Then I enter the formula
you gave me. But it tells me that "A named range you specified cannot be
found"

Also, What if I want the List 1 to display when A$1$ equals 2418 or 2419 or
2410 etc.

"Bob Phillips" wrote:

Use DataValidation, type of List, with a formula of

=IF($A$1=2418,list1,list2)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Tdahlman" wrote in message
...
I want to use a listbox for a cell. But I want to have 2 different lists

to
choose form based on what a certain cell is. EXAMPLE in cell A2 I want to
have a list box. Now if A1 shows "2418" then I want A2 to have a list

showing
different options. And if A1 shows "2499" then I want A2 to have a list

with
different options. Is this possibe? if so, how do I do it.
Thanks in advace

Travis