#1   Report Post  
LilyDog7
 
Posts: n/a
Default multiple combo boxes

hello! i have 2 combo boxes, box A and box B. Box A has a drop down box with
10 choices. what i am trying to figure out is that when a choice in box A
is selected, depending on what is selected that fills up the drop down list
in box B. each choice in box A has a different corresponding range to
prefill Box B. any help is appreciated! thanks
  #2   Report Post  
paul
 
Posts: n/a
Default

i have done this,using a vlookup table with match for the column.Its hard to
descibe here .Your lookup table will have 11 columns with the name for each
column which will match each name in your dropdown box A.The first column
will be a column of numbers as labels for each row,which match the position
in each column you want dispayed in box B(i have assumed there are also 10
choices for box B)
so say your lookup table is A11:K23,your drop down cell link for box a is
B8,and you have another cell (say g8) to return the value you return from box
A,and your range for drop down b is D1:d10
in d1 type vlookup(1,A$11:K$23,match(G8,A$11,K$11,0),false),d 2 is
vlookup(2,A$11:K$23,match(G8,A$11,K$11,0),false) and so on down to fill your
range for box b
when you make a choice in box a g8 also changes actually displaying the
choice you have made in box a,so your v lookup 1,2,3,4 etc displays your
whole column returned by the match looking across the top row for the value
returned in g8 which is the label for the column you want displayed,so all
rows of your chosen colunn are dispayed in d1:d10
Sheesh i can hardly understand my own explanation....,post your email
address and i will send you a sample sheet....



paul
remove nospam for email addy!



"LilyDog7" wrote:

hello! i have 2 combo boxes, box A and box B. Box A has a drop down box with
10 choices. what i am trying to figure out is that when a choice in box A
is selected, depending on what is selected that fills up the drop down list
in box B. each choice in box A has a different corresponding range to
prefill Box B. any help is appreciated! thanks

  #4   Report Post  
LilyDog7
 
Posts: n/a
Default multiple combo boxes

Paul, thank you so much, it is def is doing what i want it to do. I really
appreciate all your help. Thank you!

"paul" wrote:

i have done this,using a vlookup table with match for the column.Its hard to
descibe here .Your lookup table will have 11 columns with the name for each
column which will match each name in your dropdown box A.The first column
will be a column of numbers as labels for each row,which match the position
in each column you want dispayed in box B(i have assumed there are also 10
choices for box B)
so say your lookup table is A11:K23,your drop down cell link for box a is
B8,and you have another cell (say g8) to return the value you return from box
A,and your range for drop down b is D1:d10
in d1 type vlookup(1,A$11:K$23,match(G8,A$11,K$11,0),false),d 2 is
vlookup(2,A$11:K$23,match(G8,A$11,K$11,0),false) and so on down to fill your
range for box b
when you make a choice in box a g8 also changes actually displaying the
choice you have made in box a,so your v lookup 1,2,3,4 etc displays your
whole column returned by the match looking across the top row for the value
returned in g8 which is the label for the column you want displayed,so all
rows of your chosen colunn are dispayed in d1:d10
Sheesh i can hardly understand my own explanation....,post your email
address and i will send you a sample sheet....



paul
remove nospam for email addy!



"LilyDog7" wrote:

hello! i have 2 combo boxes, box A and box B. Box A has a drop down box with
10 choices. what i am trying to figure out is that when a choice in box A
is selected, depending on what is selected that fills up the drop down list
in box B. each choice in box A has a different corresponding range to
prefill Box B. any help is appreciated! thanks

  #5   Report Post  
saziz
 
Posts: n/a
Default multiple combo boxes


Hi Lily & Paul,
If it is possible I would love to see that sheet, to learn the
population of list box.
Thank you
syed


LilyDog7 Wrote:
Paul, thank you so much, it is def is doing what i want it to do. I
really
appreciate all your help. Thank you!

"paul" wrote:

i have done this,using a vlookup table with match for the column.Its

hard to
descibe here .Your lookup table will have 11 columns with the name

for each
column which will match each name in your dropdown box A.The first

column
will be a column of numbers as labels for each row,which match the

position
in each column you want dispayed in box B(i have assumed there are

also 10
choices for box B)
so say your lookup table is A11:K23,your drop down cell link for box

a is
B8,and you have another cell (say g8) to return the value you return

from box
A,and your range for drop down b is D1:d10
in d1 type vlookup(1,A$11:K$23,match(G8,A$11,K$11,0),false),d 2 is
vlookup(2,A$11:K$23,match(G8,A$11,K$11,0),false) and so on down to

fill your
range for box b
when you make a choice in box a g8 also changes actually displaying

the
choice you have made in box a,so your v lookup 1,2,3,4 etc displays

your
whole column returned by the match looking across the top row for the

value
returned in g8 which is the label for the column you want

displayed,so all
rows of your chosen colunn are dispayed in d1:d10
Sheesh i can hardly understand my own explanation....,post your

email
address and i will send you a sample sheet....



paul
remove nospam for email addy!



"LilyDog7" wrote:

hello! i have 2 combo boxes, box A and box B. Box A has a drop

down box with
10 choices. what i am trying to figure out is that when a choice

in box A
is selected, depending on what is selected that fills up the drop

down list
in box B. each choice in box A has a different corresponding range

to
prefill Box B. any help is appreciated! thanks



--
saziz
------------------------------------------------------------------------
saziz's Profile: http://www.excelforum.com/member.php...fo&userid=6350
View this thread: http://www.excelforum.com/showthread...hreadid=476087

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
Nesting Combo Boxes /Returning an Array ELMONDO SNITHER Excel Discussion (Misc queries) 1 June 30th 05 01:15 AM
connecting combo boxes to yield data in another cell. TxN8tv Excel Discussion (Misc queries) 0 March 14th 05 04:07 PM
Finding a record using multiple combo boxes as my search criteria sdg8481 Excel Discussion (Misc queries) 8 March 8th 05 08:36 PM
dynamic combo boxes tjb Excel Worksheet Functions 2 January 25th 05 07:33 PM
How do I autofill combo boxes with their destination cell? Defoes Right Boot Excel Worksheet Functions 3 January 10th 05 12:49 PM


All times are GMT +1. The time now is 09:37 PM.

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"