A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Getting Combo boxes to change options based on other Combo boxes.



 
 
Thread Tools Display Modes
  #1  
Old March 27th, 2009, 01:23 PM posted to microsoft.public.excel.newusers
Ancient Wolf
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  
Old March 27th, 2009, 06:29 PM posted to microsoft.public.excel.newusers
kassie
external usenet poster
 
Posts: 177
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.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:36 PM.


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