Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Robert
 
Posts: n/a
Default Conditional validation :-)

Hi,

I am using list validation in column A where user can choose 1-9 in each
cell. What I wish to create is:

if A1=1 then the validation list for B1 is 1.1 to 1.9
if A1=2 then the validation list for B1 is 2.1 to 2.9

and so on.... In effect, its conditional which validation list is being used.

How do I set this up??

Thanks in advance
Robert


  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Here's one way:

Create a table like this somewhere on your sheet:

1 1.1 2.1 3.1 ... 9.1
2 1.2 2.2 3.2 ... 9.2
3 1.3 2.3 3.3 ... 9.3
4 1.4 2.4 3.4 ... 9.4
...
9 1.9 2.9 3.9 ... 9.9

Assume the table is in the range A2:I10.

Create a defined name for A2:A10 like Numbers.

Create defined names for each of the other ranges as they
correspond to the numbers list like One, Two, Three, Four,
etc.

For the source of your dropdown in A1 use: =Numbers

For the source as the dropdown in B1 use:

=CHOOSE(A1,One,Two,Three,Four,etc...,Nine)

See this site for more info:

http://contextures.com/xlDataVal02.html

Biff

-----Original Message-----
Hi,

I am using list validation in column A where user can

choose 1-9 in each
cell. What I wish to create is:

if A1=1 then the validation list for B1 is 1.1 to 1.9
if A1=2 then the validation list for B1 is 2.1 to 2.9

and so on.... In effect, its conditional which validation

list is being used.

How do I set this up??

Thanks in advance
Robert


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional data validation (using a filtered range?) Simon Excel Worksheet Functions 0 February 15th 05 02:39 PM
Effect of Conditional Formatting, Data Validation Bill Sturdevant Excel Discussion (Misc queries) 1 January 25th 05 11:50 PM
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 10:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"