PC Review


Reply
Thread Tools Rate Thread

create drop down box

 
 
=?Utf-8?B?RGF2aWQgQWx0c3RhdHQ=?=
Guest
Posts: n/a
 
      9th Dec 2006
I want to create a drop down box on say Sheet 1 in Cell B2 that will give me
the option of choosing four different people. Then when I choose one of the
four people, columns B6:B12 and B15 will automatically be filled in with the
people associated with one of the four people I selected. I figured this
would be possible with just creating a list of four people on sheet 2 and
their associated people under them. So you would have four columns on sheet
2 to link with the drop down box on sheet 1.
What is the easiest way to do this?
 
Reply With Quote
 
 
 
 
Gert-Jan
Guest
Posts: n/a
 
      10th Dec 2006
Hi David,

This is quit hard to explain. Send me an email, I will respond with a
example-file.

Regards, Gert-Jan

"David Altstatt" <David (E-Mail Removed)> schreef in
bericht news:32495D01-8B88-4E9A-949C-(E-Mail Removed)...
>I want to create a drop down box on say Sheet 1 in Cell B2 that will give
>me
> the option of choosing four different people. Then when I choose one of
> the
> four people, columns B6:B12 and B15 will automatically be filled in with
> the
> people associated with one of the four people I selected. I figured this
> would be possible with just creating a list of four people on sheet 2 and
> their associated people under them. So you would have four columns on
> sheet
> 2 to link with the drop down box on sheet 1.
> What is the easiest way to do this?



 
Reply With Quote
 
JMay
Guest
Posts: n/a
 
      10th Dec 2006
Check out:
http://www.contextures.com/xlDataVal02.html


"Gert-Jan" <(E-Mail Removed)> wrote in message
news:457c38d1$0$10633$(E-Mail Removed):

> Hi David,
>
> This is quit hard to explain. Send me an email, I will respond with a
> example-file.
>
> Regards, Gert-Jan
>
> "David Altstatt" <David (E-Mail Removed)> schreef in
> bericht news:32495D01-8B88-4E9A-949C-(E-Mail Removed)...
> >I want to create a drop down box on say Sheet 1 in Cell B2 that will give
> >me
> > the option of choosing four different people. Then when I choose one of
> > the
> > four people, columns B6:B12 and B15 will automatically be filled in with
> > the
> > people associated with one of the four people I selected. I figured this
> > would be possible with just creating a list of four people on sheet 2 and
> > their associated people under them. So you would have four columns on
> > sheet
> > 2 to link with the drop down box on sheet 1.
> > What is the easiest way to do this?


 
Reply With Quote
 
=?Utf-8?B?Um9uIENvZGVycmU=?=
Guest
Posts: n/a
 
      10th Dec 2006
Try this example:

Sheet2:
A1:B13 contains this list
Mgr Staff
Manager_1 Worker_01
Manager_1 Worker_02
Manager_1 Worker_03
Manager_2 Worker_04
Manager_2 Worker_05
Manager_2 Worker_06
Manager_3 Worker_07
Manager_3 Worker_08
Manager_3 Worker_09
Manager_4 Worker_10
Manager_4 Worker_11
Manager_4 Worker_12

D15 contains this list
MgrList
Manager_1
Manager_2
Manager_3
Manager_4

Set the name of D25 to MgrList

Sheet1:
B2 is the DV referencing the range: MgrList

A6:A12 contains 1 through 7

Put this ARRAY FORMULA in
B6:
=IF(COUNTIF(Sheet2!$A$1:$A$13,Sheet1!$B$2)>=Sheet1!A6,INDEX(Sheet2!$B$1:$B$13,SMALL(IF(Sheet2!$A1:$A10=$B$2,ROW(Sheet2!$A1:$A10)),$A6)),"")

Note: For array formulas, hold down [Ctrl] and [Shift] when you press
[Enter], instead of just pressing [Enter].

Copy B6 and paste into B7 through B12

Now...when you select a manager from B2, that manager's staff lists in B6:B12

NOTE: I couldn't guess what you'd need in B15.

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"David Altstatt" wrote:

> I want to create a drop down box on say Sheet 1 in Cell B2 that will give me
> the option of choosing four different people. Then when I choose one of the
> four people, columns B6:B12 and B15 will automatically be filled in with the
> people associated with one of the four people I selected. I figured this
> would be possible with just creating a list of four people on sheet 2 and
> their associated people under them. So you would have four columns on sheet
> 2 to link with the drop down box on sheet 1.
> What is the easiest way to do this?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create 2 dependent drop down lists from 1 original drop dow Caroline Microsoft Excel Misc 5 1st May 2009 02:19 PM
Drop down lists that auto create and then filter the next drop down list penderyn123@googlemail.com Microsoft Excel Worksheet Functions 2 30th Sep 2007 11:53 AM
Re: Create new drop down from previous drop down selection Debra Dalgleish Microsoft Excel Misc 0 19th Jan 2007 09:42 PM
Re: Create new drop down from previous drop down selection JE McGimpsey Microsoft Excel Misc 0 19th Jan 2007 09:36 PM
Can I create a drop-down list that will reference other drop-down =?Utf-8?B?ZmRlYmVsbw==?= Microsoft Excel Worksheet Functions 3 7th Jan 2006 09:34 AM


Features
 

Advertising
 

Newsgroups
 


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