+ Reply to Thread
Results 1 to 5 of 5

Drop-Down List Explosion

  1. #1
    Registered User
    Join Date
    01-28-2008
    Posts
    3

    Drop-Down List Explosion

    Have a 7-Line drop-down list (Cell No., Home Phone, Address, etc.), and need following cell to display the info. selected from that drop-down list. Not an Excel Expert...please advise! Thx!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    I think you are going to need to elaborate a bit.

    ...so you select from a dropdown and what exactly is supposed to appear in the next cell and where does that data come from?
    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.

  3. #3
    Registered User
    Join Date
    01-28-2008
    Posts
    3
    Can I somehow put conditions in 'C5' to say (if 'C4' = Phone No.), then 123-456-7890 appears in 'C5', (if 'C4' = Phone Ext), then x9876 appears in 'C5'. Would something like this even be possible?...and if possible, at all easy? Thx!

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Is this data listed somewhere else in the workbook or is there only one possible result for each category?

    If there is a list...you can use Vlookup() to get result.

    e.g. =Vlookup(C4,X1:Y7,2,0) will lookup C4 in list in X1:X7 and return corresponding item from Y1:Y7

    If not, then you can use a Nested IF (but only maximum of 7 nested if's)...

    e.g. =IF(C4="Phone No.","123-459-7890",IF(C4="Phone Ext.","x9876",IF(C4=...etc.).

  5. #5
    Registered User
    Join Date
    01-28-2008
    Posts
    3
    I'll give these a whirl....Thank you for your help!!!!!!!!!

+ 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