Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
beel
 
Posts: n/a
Default 6 Data Validation lists depending on 1 cell value

In have been looking over Debra Dalgleish's info (great stuff there)
and the advanced newsgroups but can't seem to find an answer to my
problem.

I have one validation box with 6 manufacturers in it, there are then 6
other cells with data validation in which depend on the value chosen in
the first cell. i.e. (in short)

Maker aaa bbb ccc
aaa part a part a part b
bbb part b part g part f
ccc part f part h part h

Indirect only links to first, I think I need offset but cannot work it
out, (comes of being old I suppose). I'm sure I am missing something
straightforward.
Any help would be much appreciated
Regards
Bill

  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

Do the six cells require different lists? For example, does list 1 show
PartA for the selected manufacturer, and list 2 show PartB?

If so, how is the information stored in your workbook?

beel wrote:
In have been looking over Debra Dalgleish's info (great stuff there)
and the advanced newsgroups but can't seem to find an answer to my
problem.

I have one validation box with 6 manufacturers in it, there are then 6
other cells with data validation in which depend on the value chosen in
the first cell. i.e. (in short)

Maker aaa bbb ccc
aaa part a part a part b
bbb part b part g part f
ccc part f part h part h

Indirect only links to first, I think I need offset but cannot work it
out, (comes of being old I suppose). I'm sure I am missing something
straightforward.
Any help would be much appreciated
Regards
Bill



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
beel
 
Posts: n/a
Default

Hi Debra, nice to hear from you. Perhaps a better example would be
(just 3 for ease)

Maker aaagrades bbbgrades cccgrades aaabond
aaa vsp hye jpt vs
bbb thx jut lmd vbr
ccc thh kjh kbr
ytr

and so on for bbbbond cccbond and 3 other features.
It is stored as a series of lists on another worksheet in the same
book. Makers are in a name group 'Brand' which is the primary
question. The drop down boxes are needed for the relevant questions
grades, bond etc. I hope this is clearer

i.e.
Brand AAA

Bond choose from vs,kbr,vbr

grades choose from vsp,thx,thh,ytr
and so on

I hope this is clearer!

many thanks for your interest
Bill

  #4   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

Based on your sample data, I'll assume that the lists are named with the
Brand name, and the category name, e.g. aaagrades, aaabond

In the cell where you want the Bond dropdown, set the data validation
list source to: =INDIRECT($C$2&"Bonds")

where cell C@ contains the dropdown for brand.

For the Grades dropdown, set the list source to:
=INDIRECT($C$2&"Grades")

beel wrote:
Hi Debra, nice to hear from you. Perhaps a better example would be
(just 3 for ease)

Maker aaagrades bbbgrades cccgrades aaabond
aaa vsp hye jpt vs
bbb thx jut lmd vbr
ccc thh kjh kbr
ytr

and so on for bbbbond cccbond and 3 other features.
It is stored as a series of lists on another worksheet in the same
book. Makers are in a name group 'Brand' which is the primary
question. The drop down boxes are needed for the relevant questions
grades, bond etc. I hope this is clearer

i.e.
Brand AAA

Bond choose from vs,kbr,vbr

grades choose from vsp,thx,thh,ytr
and so on

I hope this is clearer!

many thanks for your interest
Bill



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #5   Report Post  
beel
 
Posts: n/a
Default

Debra you are a wonderful person!!
When I get fed up with the internet and some of it's issues I think of
these groups and remember this is what it is all supposed to be about.

Again many thanks
Bill



  #6   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You're welcome! There's lots of great information posted in these
newsgroups, so I'm glad you found your way here.

beel wrote:
Debra you are a wonderful person!!
When I get fed up with the internet and some of it's issues I think of
these groups and remember this is what it is all supposed to be about.

Again many thanks
Bill



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #7   Report Post  
Bill Carr
 
Posts: n/a
Default

I'm trying to do the same thing as beel, and I tried to use the example in
this thread by Debra, but I couldn't get it to work. Debra, can you try to
explain a little more to me how this works? Maybe use an even simplier
example, and list what goes into which cell, so I can try it.
In your solution, what is &amp, and &quot?

Bill Carr

"Debra Dalgleish" wrote:

You're welcome! There's lots of great information posted in these
newsgroups, so I'm glad you found your way here.

beel wrote:
Debra you are a wonderful person!!
When I get fed up with the internet and some of it's issues I think of
these groups and remember this is what it is all supposed to be about.

Again many thanks
Bill



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #8   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

The newsgroup interface that you're using must be adding the &amp and
&quot, because they weren't in the original. You might get a better view
of the thread in Google:


http://groups.google.pt/groups?&thre...resXSPA M.com

And there are instructions here for dependent data validation lists:

http://www.contextures.com/xlDataVal02.html

Bill Carr wrote:
I'm trying to do the same thing as beel, and I tried to use the example in
this thread by Debra, but I couldn't get it to work. Debra, can you try to
explain a little more to me how this works? Maybe use an even simplier
example, and list what goes into which cell, so I can try it.
In your solution, what is &amp, and &quot?



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #9   Report Post  
Bill Carr
 
Posts: n/a
Default

The first link is a google page all written in another language. ??? But the
second link was great! The example in the second link was just what I was
trying to do. Thank you very much, Debra!

"Debra Dalgleish" wrote:

The newsgroup interface that you're using must be adding the & and
", because they weren't in the original. You might get a better view
of the thread in Google:


http://groups.google.pt/groups?&thre...resXSPA M.com

And there are instructions here for dependent data validation lists:

http://www.contextures.com/xlDataVal02.html

Bill Carr wrote:
I'm trying to do the same thing as beel, and I tried to use the example in
this thread by Debra, but I couldn't get it to work. Debra, can you try to
explain a little more to me how this works? Maybe use an even simplier
example, and list what goes into which cell, so I can try it.
In your solution, what is &, and "?



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #10   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You're welcome! I'm glad the information on my site helped you.

If you want to try the google page again, this link might work better:


http://groups.google.ca/group/micros...c40?&lr=&fwc=1

Bill Carr wrote:
The first link is a google page all written in another language. ??? But the
second link was great! The example in the second link was just what I was
trying to do. Thank you very much, Debra!

"Debra Dalgleish" wrote:


The newsgroup interface that you're using must be adding the & and
", because they weren't in the original. You might get a better view
of the thread in Google:


http://groups.google.pt/groups?&thre...resXSPA M.com

And there are instructions here for dependent data validation lists:

http://www.contextures.com/xlDataVal02.html

Bill Carr wrote:

I'm trying to do the same thing as beel, and I tried to use the example in
this thread by Debra, but I couldn't get it to work. Debra, can you try to
explain a little more to me how this works? Maybe use an even simplier
example, and list what goes into which cell, so I can try it.
In your solution, what is &, and "?



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

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
List, Data Validation, unlocked cell, protected sheet..... Kane New Users to Excel 6 July 16th 12 09:11 AM
Data Validation DLM Excel Discussion (Misc queries) 2 February 22nd 05 02:26 AM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
Data Validation Formula Help Steve H. Excel Worksheet Functions 2 November 11th 04 09:38 PM
data validation on sth else [email protected] Excel Worksheet Functions 1 November 3rd 04 01:52 PM


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

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

About Us

"It's about Microsoft Excel"