Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Getting Combo boxes to change options based on other Combo boxes.

Using Excel 2007. I am trying to create either Form Control Combo Boxes or
ActiveX Combo Boxes that will change the selectable options based on
selections made in previous combo boxes. I am having a hard time finding any
information that will work for me. Can someone tell me how to make 5 combo
boxes change available listed options when specific options are selected in
another combo box? Please? I've been working on this for a very long time
without success. I've tried using Data Validation, but my formulas are too
long for all the different possible combinations.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 268
Default Getting Combo boxes to change options based on other Combo boxes.

You are on the right track with combo boxes. However, you should create
lists of all the options applicable to each main option.

Say you want combo boxes to select types of vehicles.

You would have, most likely, a horizontal list referring to cars,
motorcycles and trucks.
Under cars you would crreate a vertical list of makes, such as Alfa Romeo,
BMW, Chevrolet, Daihatsu and so on.

Name the list of types Types - Range Name Define

Name the list of cars Cars
Name the list of motorcycles Motorcycles, and so on

Create a data validation box, say in A1 , and let it refer to =Types

Similarly, create data validation for in B1 where you can select the various
models.
Let it refer to =INDIRECT(A1)

If you now select Cars in the first dropdown, then when you click on B1, you
will get a list of Cars. If you select trucks, on the other hand, you will
get a list of trucks.



"Ancient Wolf" wrote:

Using Excel 2007. I am trying to create either Form Control Combo Boxes or
ActiveX Combo Boxes that will change the selectable options based on
selections made in previous combo boxes. I am having a hard time finding any
information that will work for me. Can someone tell me how to make 5 combo
boxes change available listed options when specific options are selected in
another combo box? Please? I've been working on this for a very long time
without success. I've tried using Data Validation, but my formulas are too
long for all the different possible combinations.

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
Combo Boxes PerplexedinKY Excel Discussion (Misc queries) 2 August 9th 06 05:49 PM
Selecting subsets using combo boxes or list boxes CLamar Excel Discussion (Misc queries) 0 June 1st 06 07:43 PM
Questions on combo boxes and list boxes. Marc New Users to Excel 1 March 14th 06 09:40 AM
cannot tab between combo boxes Ron Excel Discussion (Misc queries) 1 March 8th 06 01:50 PM
Combo Boxes Christine Excel Discussion (Misc queries) 1 March 29th 05 08:08 PM


All times are GMT +1. The time now is 04:06 AM.

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"