+ Reply to Thread
Results 1 to 2 of 2

drop down list help

  1. #1
    Registered User
    Join Date
    03-01-2010
    Location
    toronto canada
    MS-Off Ver
    Excel 2003
    Posts
    1

    drop down list help

    Hello everyone, I am looking for drop down list help.....I know how to do the actual list (data/validate/list etc...) what I am wondering is can I have a word in the list and when it is selected have it display a number? here is my example:

    It is for a work time sheet. At work we have multiple "work areas" that have to be filled out on each time sheet. for example, Terminal 1 is work area 3423, Terminal 2 is work area 3424 etc. SO I created a drop down list to list these areas.

    What I want to do is have "Terminal 1" in the drop down list but have its number (3423) appear when selected.

    Hopefully my question is not too convoluted.


    Thank you in advance....

    G

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: drop down list help

    You can't really easily overwrite the word with the number, but you can have another cell, say an adjacent cell, populate with the number...if that is okay?

    If so, then you would create a table on the side somewhere.. probably right where the list is that you use to populate the data validation.. and in the next column put all the associated numbers... then use Vlookup() to extract..

    so if the drop down is in A1 and the list is in, say X1:Y10

    then =Vlookup(A1,$X$1:$Y$10,2,FALSE) would extract the approprate number for the selection made.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1