Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
H H is offline
external usenet poster
 
Posts: 57
Default drop down list

Hi -- I was wondering if someone might be able to help me real quick :)


I have a drop down list in Cells B4:B9

In Cell B7 they can choose between 2 options
In Cell B9 they can choose between 5 options but if they choose in Cell B7
for example Option 1 then cell B9 can only have Site selected but if they
choose Option 2 in Cell B7 then they choose from the remainder of the list (5
choices) Is this possible?
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default drop down list

List the items available to B9 in a range of cells and list Site as the
first itme.

J1 = Site
J2 = item2
J3 = item3
J4 = item4
J5 = item5

Then, as the source for the drop down in B9 use this formula:

=IF($B$7="option 1",$J$1,$J$1:$J$5)

--
Biff
Microsoft Excel MVP


"H" wrote in message
...
Hi -- I was wondering if someone might be able to help me real quick :)


I have a drop down list in Cells B4:B9

In Cell B7 they can choose between 2 options
In Cell B9 they can choose between 5 options but if they choose in Cell B7
for example Option 1 then cell B9 can only have Site selected but if they
choose Option 2 in Cell B7 then they choose from the remainder of the list
(5
choices) Is this possible?
Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,346
Default drop down list

Here is one way

Suppose your choices in B7 are Option1 and Option2, and your list of five
items is in G1:G5:

Site
Item1
Item2
Item3
Item4

Name cell G1 Option1, name the range G2:G5 Option2. You do this by
selecting the range you want to name and typing the name into the Name Box on
the left side of the Formula Bar and pressing Enter.

In cell B9 set your Data, Validation to List under Allows and enter the
formula
=INDIRECT(B7)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"H" wrote:

Hi -- I was wondering if someone might be able to help me real quick :)


I have a drop down list in Cells B4:B9

In Cell B7 they can choose between 2 options
In Cell B9 they can choose between 5 options but if they choose in Cell B7
for example Option 1 then cell B9 can only have Site selected but if they
choose Option 2 in Cell B7 then they choose from the remainder of the list (5
choices) Is this possible?
Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 102
Default drop down list

So

It's totally possible!
Basically you want the second selection to be based of the first drop-down.
This website may help: http://www.contextures.com/xlDataVal13.html




"H" wrote:

Hi -- I was wondering if someone might be able to help me real quick :)


I have a drop down list in Cells B4:B9

In Cell B7 they can choose between 2 options
In Cell B9 they can choose between 5 options but if they choose in Cell B7
for example Option 1 then cell B9 can only have Site selected but if they
choose Option 2 in Cell B7 then they choose from the remainder of the list (5
choices) Is this possible?
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
Drop down list dependant on previous drop down list Tenacioushail Excel Discussion (Misc queries) 1 July 1st 08 11:35 AM
Drop down lists that auto create and then filter the next drop down list [email protected] Excel Worksheet Functions 2 September 30th 07 11:53 AM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 PM
how do I link a drop down list entry to a new drop down cell? lmunzen Excel Discussion (Misc queries) 1 August 15th 06 04:59 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


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