Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Linking choices in drop down menu to have automatic answer...

In my excel project, I've created a drop down menu in one cell. In the
adjacent cell, I want to have answers automatically generated when you choose
one of the choices in the drop down menu. For example, in the drop down menu
I have:

DROP DOWN MENU SCORE
Ideal Client 3
Handholding 2
Not Ideal 1

If I chose Ideal Client from the drop menu, I want the next cell to
automatically give the score of 3. How can I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Linking choices in drop down menu to have automatic answer...

If you only have a "few" selections:

A1 = drop down list

=IF(A1="Ideal Client",3,IF(A1="Handholding",2,IF(A1="Not Ideal",1,"")))

If you have many selections then you should create a lookup table:

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"Unieeban" wrote in message
...
In my excel project, I've created a drop down menu in one cell. In the
adjacent cell, I want to have answers automatically generated when you
choose
one of the choices in the drop down menu. For example, in the drop down
menu
I have:

DROP DOWN MENU SCORE
Ideal Client 3
Handholding 2
Not Ideal 1

If I chose Ideal Client from the drop menu, I want the next cell to
automatically give the score of 3. How can I do this?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Linking choices in drop down menu to have automatic answer...

Still confused...

Column One has drop down

Ideal Client
Needs Work
No Ideal

Column Two should automatically generate these numbers:

Ideal Client = 3
Needs Work = 2
No Ideal = 1

"T. Valko" wrote:

If you only have a "few" selections:

A1 = drop down list

=IF(A1="Ideal Client",3,IF(A1="Handholding",2,IF(A1="Not Ideal",1,"")))

If you have many selections then you should create a lookup table:

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"Unieeban" wrote in message
...
In my excel project, I've created a drop down menu in one cell. In the
adjacent cell, I want to have answers automatically generated when you
choose
one of the choices in the drop down menu. For example, in the drop down
menu
I have:

DROP DOWN MENU SCORE
Ideal Client 3
Handholding 2
Not Ideal 1

If I chose Ideal Client from the drop menu, I want the next cell to
automatically give the score of 3. How can I do this?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Linking choices in drop down menu to have automatic answer...

Hi

If you paste Biff's formula in B1 and copy down, that is what you will get.

--
Regards
Roger Govier

"Unieeban" wrote in message
...
Still confused...

Column One has drop down

Ideal Client
Needs Work
No Ideal

Column Two should automatically generate these numbers:

Ideal Client = 3
Needs Work = 2
No Ideal = 1

"T. Valko" wrote:

If you only have a "few" selections:

A1 = drop down list

=IF(A1="Ideal Client",3,IF(A1="Handholding",2,IF(A1="Not Ideal",1,"")))

If you have many selections then you should create a lookup table:

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"Unieeban" wrote in message
...
In my excel project, I've created a drop down menu in one cell. In the
adjacent cell, I want to have answers automatically generated when you
choose
one of the choices in the drop down menu. For example, in the drop
down
menu
I have:

DROP DOWN MENU SCORE
Ideal Client 3
Handholding 2
Not Ideal 1

If I chose Ideal Client from the drop menu, I want the next cell to
automatically give the score of 3. How can I do this?




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
Can I make a drop-down menu without cells containing the choices? Caeres Excel Discussion (Misc queries) 2 October 24th 08 04:34 AM
Default value in Drop down menu and automatic selections Body Excel Worksheet Functions 3 September 12th 08 01:55 AM
Automatic data entry in alternate cells based on drop-down menu se silence13 Excel Worksheet Functions 3 March 23rd 07 03:15 AM
how do i export information from an answer from a drop down menu? Niall Excel Worksheet Functions 0 September 7th 06 04:39 PM
Developing macro event to allow multiple choices on drop down menu Brendan Excel Worksheet Functions 2 July 6th 06 04:31 PM


All times are GMT +1. The time now is 09:59 AM.

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"