Hi,
Sorry for the delay. I just managed to get back to the newsgroups after
microsoft dropped them. If all your named ranges are 'State' , 'Alaska1' ,
'Alaska2' , etc.then the settings for data validation in B2 should read;
"Allow" --- pick 'list'
"Source" -- =INDIRECT($B$1 & RIGHT(A2,1))
Once you have created the validation rule for cell B2 you can select B2 and
Copy/Fill down to B4 this will automatically create the validation rules in
B3 and B4.
Hope this helps
Regards
Steve
Hi maniarasan,
The answer is easy, but the hard part is the question, could you be more
specific.
Is State: a named range and is that used as data validation in a cell
which
you select
And are Type1:, Type2: & Type3: also named ranges which you would like to
have the contents change depending on the selection of State:
Should Type!: etc also form a drop down list in a cell with data
validation.
Could you tell me which cells contain the drop down lists and how you have
(done/want to do) this.
Stick with it we will get there.
Regards
Steve
It doesn't works out as i need to list all the three types with the
single selection (i.e. state)- Hide quoted text -
- Show quoted text -
Hi Steve,
//* Is State: a named range and is that used as data validation in a
cell which
you select
And are Type1:, Type2: & Type3: also named ranges which you would like
to
have the contents change depending on the selection of State: *//
Yes, above statement is correct...
Consider states such as (Alaska, Arizona....) are listed in dropdown
cell B1, and the type1 values Alaska1 listed in A13 to A17 and
Arizona1 values listed D13 to D17, type2 values Alaska2 listed in B13
to B17 and Arizona2 values listed E13 to E17, type3 values Alaska3
listed in C13 to C17 and Arizona3 values listed F13 to F17.
Then if Alaska is selected in dropdown B1, then the values for Alaska1
should be listed as dropdown in cell B2; values for Alaska2 should be
listed as dropdown in cell B3; values for Alaska3 should be listed as
dropdown in cell B4.
if Arizona is selected in dropdown B1, then the values for Arizona1
should be listed as dropdown in cell B2; values for Arizona2 should be
listed as dropdown in cell B3; values for Arizona3 should be listed as
dropdown in cell B4.\
Below is the worksheet model:
State(A1) Alaska(B1 - Dropdown)
Type 1(A2) 1.1-1.5(B2 - list as dropdown)
Type 2(A3) 2.1-2.5(B3 - list as dropdown)
Type 3(A4) 3.1-3.5(B4 - list as dropdown)
A12 Alaska1 Alaska2 Alaska3 Arizona1 Arizona2 Arizona3
A13 1.1 2.1 3.1 11.1 12.1 13.1
A14 1.2 2.2 3.2 11.2 12.2 13.2
A15 1.3 2.3 3.3 11.3 12.3 13.3
A16 1.4 2.4 3.4 11.4 12.4
A17 1.5 2.5 3.5 11.5 12.5
Thanks,
Maniarasan