Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default drop down menu ( list)

I have made a drop down list to select different (text) names. Is there a way
to make each name correspond to a different number and place that number in a
different cell

For ex.

Cell # A1 Cell # A4
Chad 2
Nick 12
Jason 118

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default drop down menu ( list)

Use a lookup table


=IF(A1="","",VLOOKUP(A1,$K$1:$L$20,2,0))

where you would create a 2 column table with the list you are using in the
left column and the
numbers in the right column

In my example I used table in

$K$1:$L$20

you obviously need to have this in another cell as opposed to in the cell
with the dropdown





--
Regards,

Peo Sjoblom




"Chad" wrote in message
...
I have made a drop down list to select different (text) names. Is there a
way
to make each name correspond to a different number and place that number
in a
different cell

For ex.

Cell # A1 Cell # A4
Chad 2
Nick 12
Jason 118



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default drop down menu ( list)

Hi,

For more information, please refer to this URL:
http://www.contextures.com/xlDataVal02.html.

Note: At the end of this page there are for more information corresponding
to list.

Challa prabhu

"Chad" wrote:

I have made a drop down list to select different (text) names. Is there a way
to make each name correspond to a different number and place that number in a
different cell

For ex.

Cell # A1 Cell # A4
Chad 2
Nick 12
Jason 118

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
The drop down menu of my validation list needs to display more. Mr. Hill Excel Discussion (Misc queries) 2 July 31st 07 03:14 PM
Cross-referenced drop-down menu (nested drop-downs?) creativeops Excel Worksheet Functions 4 November 22nd 05 05:41 PM
List (Drop Down Menu) Scroll Bar Hans Emilio Excel Discussion (Misc queries) 2 September 19th 05 08:45 PM
How do I set up a drop-down menu/list in Excel? Nicole Excel Worksheet Functions 1 March 4th 05 10:34 PM
How do I set up a drop down menu for a validation list? UisNike Excel Worksheet Functions 2 December 29th 04 07:13 PM


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