+ Reply to Thread
Results 1 to 4 of 4

ISTEXT from drop down list

  1. #1
    Registered User
    Join Date
    03-14-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    2

    ISTEXT from drop down list

    I have a drop down list in one cell and I would like the adjacent cell to return different text depending on which word is chosen from the drop down list. The list is referenced on a master sheet and the text to be returned is on the same master sheet.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: ISTEXT from drop down list

    You almost certainly need a VLOOKUP.

    Say, for example, your list reference is in cells A1:A20 of a sheet called 'Master' and the text you want returning is in B1:B20 of the same sheet, and your drop-down list is in cell C1 of another sheet, then:

    =VLOOKUP(C1,Master!A1:B20,2,FALSE)

  3. #3
    Registered User
    Join Date
    03-14-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: ISTEXT from drop down list

    Thanks,
    Next issue. I want the returned text to be editable. Currently the formula shows if I double clicl in the box.

  4. #4
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: ISTEXT from drop down list

    Ah, then we need to move to the wonderful world of VBA code, rather than formulas.

    Do you have an example workbook you could post?

+ 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