PC Review


Reply
Thread Tools Rate Thread

2 validation lists for the same value on another cell

 
 
rumkus@hotmail.com
Guest
Posts: n/a
 
      7th Mar 2009
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.
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      7th Mar 2009
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


<(E-Mail Removed)> wrote in message
news:65485e7e-3ff8-470f-a004-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
rumkus@hotmail.com
Guest
Posts: n/a
 
      7th Mar 2009
On Mar 8, 12:26*am, "T. Valko" <biffinp...@comcast.net> wrote:
> 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


Will change all dynamic ranges surely.
Thanks a lot T.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell Validation> Lists JAdams80 Microsoft Excel Worksheet Functions 1 16th Sep 2009 05:58 AM
Data Validation/In-Cell Dropdown Lists Gensler IT Microsoft Excel Misc 1 16th Dec 2008 08:50 PM
6 Data Validation lists depending on 1 cell value beel Microsoft Excel Misc 9 10th Jun 2005 07:34 PM
how to add two data validation lists to a single cell? =?Utf-8?B?TWlrZSBQZXRlcg==?= Microsoft Excel Worksheet Functions 1 8th Dec 2004 08:22 PM
Cell Protection fails with validation lists AMiddleton Microsoft Excel Programming 1 6th Jan 2004 04:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:15 PM.