Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default switching out drop down bars

I am building a quote sheet for my employees.
When they select a different product from the "product drop down bar" I want
a new set of colour options to appear in the "colour selection" drop down bar.

What would be the best way to do this?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default switching out drop down bars

You can do this with dependent data validation lists. There are
instructions he

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

MrBold wrote:
I am building a quote sheet for my employees.
When they select a different product from the "product drop down bar" I want
a new set of colour options to appear in the "colour selection" drop down bar.

What would be the best way to do this?

Thanks



--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,344
Default switching out drop down bars

Hi,

You didn't tell us how you created the "drop down bars?" It seems that what
you want is for one Data, Validation drop down list to affect the options in
a second Data, Validation list? If so here is the basic idea.

Create the master data validation list. Don't include spaces in the items,
use underscores if you must.
For each of the choices on the master list create sub-list, each in their
own column. Select each of these lists and give them a range name which
matches the items in the master list. You create a range name by clicking
the Name Box on the far left of the Formula Bar. Type in the item name (no
spaces) and press Enter. Repeat this for each list.

Move to the cell where you want the Master list to appear on the data
validation. Choose Data, Validation, List, and in the Source box enter the
range where your master list is located. Let's suppose, for this example,
that is A1.

Move to a cell where you want the appropriate sub lists to show up. Choose
Data, Validation, List, and in the Source box type =INDIRECT(A1).

--
Thanks,
Shane Devenshire


"MrBold" wrote:

I am building a quote sheet for my employees.
When they select a different product from the "product drop down bar" I want
a new set of colour options to appear in the "colour selection" drop down bar.

What would be the best way to do this?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default switching out drop down bars

Okay, this works great, except it creats a new problem. I had been using
drop down bars that I could link to a cell. That would give me a number that
I could use in a look up table to grab a price for the calculations.
If I use validation drop down lists how do I link the selection to a hidden
price that I can use in calculations?


"MrBold" wrote:

I am building a quote sheet for my employees.
When they select a different product from the "product drop down bar" I want
a new set of colour options to appear in the "colour selection" drop down bar.

What would be the best way to do this?

Thanks

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
Customise error bars on individual bars in a bar chart 2007 Millie Charts and Charting in Excel 2 April 25th 09 04:16 AM
flexible drop-down bars Arjen Excel Discussion (Misc queries) 1 November 2nd 06 11:04 AM
How can I change a graph with 2 bars,2 lines to 3 bars, 1 line? IOWAJulie Charts and Charting in Excel 3 October 19th 05 11:13 PM
Lost all my menu bars and tool bars CathyJ Excel Discussion (Misc queries) 3 August 8th 05 12:49 PM
linking chart menu bars and worksheet menu bars majikman[_8_] Excel Programming 0 May 10th 04 09:45 PM


All times are GMT +1. The time now is 04:05 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"