View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default 2 validation lists for the same value on another cell

Assuming you have 4 lists named:

Top1
Top2
Bottom1
Bottom2

As the source for B1:

=INDIRECT(A1&1)

As the source for C1:

=INDIRECT(A1&2)

Note that if the lists are dynamic ranges defined using functions like
OFFSET this won't work.


--
Biff
Microsoft Excel MVP


wrote in message
...
Hi

Column A = Top
Column B validations list = Top list 1
Column C validations list = Top list 2
or
Column A = Bottom
Column B validations list = Bottom list 1
Column C validations list = Bottom list 2

Is this possible without vba ? Thanks in advance.