Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Related drop down lists

Hi

Im working with Excel 2007

I have 2 lists. In column A I have components and in column B I have
companies.

A B
Memory Dell
CPU IBM
Board IBM
Power Supply Dell

I have drop down list in F2 that contain the B column list (companies).

1. I want to create in F3 another drop down list that related to F2.
Example €“ if I choose Dell in F2, I want to see in F3 €˜memory & €˜Power
Supply option only
2. How can I avoid duplication in the F2 drop down list?
3. Do I need to use the LOOKUP functions?

Thanx

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Related drop down lists

Debra Dalgleish has some notes he

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

on dependent Data Validation, which is what you want to do.

Hope this helps.

Pete

On Nov 13, 11:38*pm, NirOrtal
wrote:
Hi

I’m working with Excel 2007

I have 2 lists. In column A I have components and in column B I have
companies.

* A * * * * * * * * * * * * * *B
Memory * * * * * * * * *Dell
CPU * * * * * * * * * * * *IBM
Board * * * * * * * * * * IBM
Power Supply * * * * *Dell

I have drop down list in F2 that contain the B column list (companies).

1. * * *I want to create in F3 another drop down list that related to F2.
Example – if I choose Dell in F2, I want to see in F3 ‘memory’ & ‘Power
Supply’ option only
2. * * *How can I avoid duplication in the F2 drop down list?
3. * * *Do I need to use the LOOKUP functions?

Thanx


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Related drop down lists

Hi

You need to create 3 lists
List1 is the name of the companies , Dell, IBM etc.
Dell is Memory, Power Supply etc.
IBM is CPU, Board etc.

In the first validation cell, e.g. A1 set the validation to be List =List1
In the second validation cell set the validation to be List =INDIRECT(A1)

For more help on Validation take a look at
http://www.contextures.com/xlDataVal02.html
--
Regards
Roger Govier

"NirOrtal" wrote in message
...
Hi

Im working with Excel 2007

I have 2 lists. In column A I have components and in column B I have
companies.

A B
Memory Dell
CPU IBM
Board IBM
Power Supply Dell

I have drop down list in F2 that contain the B column list (companies).

1. I want to create in F3 another drop down list that related to F2.
Example €“ if I choose Dell in F2, I want to see in F3 €˜memory & €˜Power
Supply option only
2. How can I avoid duplication in the F2 drop down list?
3. Do I need to use the LOOKUP functions?

Thanx

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Related drop down lists

hi

what do you mean "Dell is Memory, Power Supply"?

"Roger Govier" wrote:

Hi

You need to create 3 lists
List1 is the name of the companies , Dell, IBM etc.
Dell is Memory, Power Supply etc.
IBM is CPU, Board etc.

In the first validation cell, e.g. A1 set the validation to be List =List1
In the second validation cell set the validation to be List =INDIRECT(A1)

For more help on Validation take a look at
http://www.contextures.com/xlDataVal02.html
--
Regards
Roger Govier

"NirOrtal" wrote in message
...
Hi

Im working with Excel 2007

I have 2 lists. In column A I have components and in column B I have
companies.

A B
Memory Dell
CPU IBM
Board IBM
Power Supply Dell

I have drop down list in F2 that contain the B column list (companies).

1. I want to create in F3 another drop down list that related to F2.
Example €“ if I choose Dell in F2, I want to see in F3 €˜memory & €˜Power
Supply option only
2. How can I avoid duplication in the F2 drop down list?
3. Do I need to use the LOOKUP functions?

Thanx


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Related drop down lists

I mean create a list called Dell, which contains Memory and Power Supply.
Create a List called IBM which contains CPU and Board.

Did you check out the link I gave you?
That will show you clearly what you need to do.

--
Regards
Roger Govier

"NirOrtal" wrote in message
...
hi

what do you mean "Dell is Memory, Power Supply"?

"Roger Govier" wrote:

Hi

You need to create 3 lists
List1 is the name of the companies , Dell, IBM etc.
Dell is Memory, Power Supply etc.
IBM is CPU, Board etc.

In the first validation cell, e.g. A1 set the validation to be List
=List1
In the second validation cell set the validation to be List
=INDIRECT(A1)

For more help on Validation take a look at
http://www.contextures.com/xlDataVal02.html
--
Regards
Roger Govier

"NirOrtal" wrote in message
...
Hi

Im working with Excel 2007

I have 2 lists. In column A I have components and in column B I have
companies.

A B
Memory Dell
CPU IBM
Board IBM
Power Supply Dell

I have drop down list in F2 that contain the B column list (companies).

1. I want to create in F3 another drop down list that related to F2.
Example €“ if I choose Dell in F2, I want to see in F3 €˜memory & €˜Power
Supply option only
2. How can I avoid duplication in the F2 drop down list?
3. Do I need to use the LOOKUP functions?

Thanx




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Related drop down lists

thanx
2. how can i avoid duplication in F2?

"Roger Govier" wrote:

I mean create a list called Dell, which contains Memory and Power Supply.
Create a List called IBM which contains CPU and Board.

Did you check out the link I gave you?
That will show you clearly what you need to do.

--
Regards
Roger Govier

"NirOrtal" wrote in message
...
hi

what do you mean "Dell is Memory, Power Supply"?

"Roger Govier" wrote:

Hi

You need to create 3 lists
List1 is the name of the companies , Dell, IBM etc.
Dell is Memory, Power Supply etc.
IBM is CPU, Board etc.

In the first validation cell, e.g. A1 set the validation to be List
=List1
In the second validation cell set the validation to be List
=INDIRECT(A1)

For more help on Validation take a look at
http://www.contextures.com/xlDataVal02.html
--
Regards
Roger Govier

"NirOrtal" wrote in message
...
Hi

Im working with Excel 2007

I have 2 lists. In column A I have components and in column B I have
companies.

A B
Memory Dell
CPU IBM
Board IBM
Power Supply Dell

I have drop down list in F2 that contain the B column list (companies).

1. I want to create in F3 another drop down list that related to F2.
Example €“ if I choose Dell in F2, I want to see in F3 €˜memory & €˜Power
Supply option only
2. How can I avoid duplication in the F2 drop down list?
3. Do I need to use the LOOKUP functions?

Thanx



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 Lists DJB Excel Worksheet Functions 2 May 22nd 08 03:24 PM
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
how do I use one drop-list to modify another drop-lists options? [email protected] Excel Discussion (Misc queries) 3 September 9th 07 05:46 PM
Drop down lists Gripper New Users to Excel 10 December 3rd 06 06:13 PM
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM


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

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"