+ Reply to Thread
Results 1 to 4 of 4

Link to item (row) selected in drop down (data validation)

  1. #1
    Registered User
    Join Date
    06-25-2012
    Location
    st louis
    MS-Off Ver
    Excel 2010
    Posts
    2

    Link to item (row) selected in drop down (data validation)

    Hi! I've created a workbook with two worksheets. One sheet is a list of customers (each row as a customer record). On the second sheet, I'd like to select the customer from a drop down (which I already have working properly). Then, I'd like to create a hyperlink to that customer row from the result selected in the drop down.

    It doesn't appear that there is a way to have the selected drop down item appear as a hyperlink, so I have created a column to the right in which I'd like to just have the word "GO" appear, linking to the selection.

    Can someone help, please? I've tried this (from another site) with no luck:

    =HYPERLINK("[MGT2012.xls]CUSTOMERS!"&B5,"GO")

    workbook name = MGT2012.xls
    worksheet name for customers = CUSTOMERS
    cell for customer drop down = B5

    I'm using Excel 2010.

    Thanks so much for any help you can provide.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Link to item (row) selected in drop down (data validation)

    Try this formula instead:

    =HYPERLINK("#CUSTOMERS!R"&MATCH(B5,CUSTOMERS!A:A,0)&"C1","Go")

    This assumes that your names are in column A, and will jump to the matching row in the Customers sheet.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-25-2012
    Location
    st louis
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Link to item (row) selected in drop down (data validation)

    YES! You made my day. Thank you!!!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Link to item (row) selected in drop down (data validation)

    You're welcome - thanks for feeding back. Do you want to mark the thread as Solved ? (The FAQ describes how).

    Pete

+ 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