+ Reply to Thread
Results 1 to 5 of 5

Hyperlink not working from Vlookup

  1. #1
    Registered User
    Join Date
    07-10-2015
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    9

    Hyperlink not working from Vlookup

    Hello Everyone,

    I have created a search page in a work book to look up parts. When a part is typed in a row of information shows up. within that information one cell is supposed to be a hyperlink to the actual parts drawings. However, because I'm using vlookup to pull the information from the other sheet the hyperlink in not an actual hyperlink its just text. Does anyone know of a way the keep the hyperlink intact. I have attached a sample of the document I'm working on.

    Vlookup-Hyperlink Test.xlsx


    Thanks,
    Amber

  2. #2
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: Hyperlink not working from Vlookup

    I think you need the IFERROR in that formula as well. The odd thing, in the sample you posted, the hyperlink is shown correctly in O22 of the search page.
    1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG
    You don't have to add Rep if I have helped you out (but it would be nice), but please mark the thread as SOLVED if your issue is resolved.

    Tom

  3. #3
    Registered User
    Join Date
    07-10-2015
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    9

    Re: Hyperlink not working from Vlookup

    I did try that first and still wouldn't work. I don't know what to do or try.

  4. #4
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: Hyperlink not working from Vlookup

    Did you see the 2nd part of my post? I downloaded your sample file and the hyperlink is shown correctly in O22 of the search sheet. It is clickable and shows the path to the file and everything.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Hyperlink not working from Vlookup

    Try this instead...
    =IF(C22="","",HYPERLINK("#"&"'MasterList'!C"&MATCH(C22,MasterList!C:C,0),C22))

    Although your cell is showing as a H/L, the H/L is not working
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 09-05-2022, 12:27 AM
  2. Using Vlookup to pull hyperlink from Master Hyperlink file list.
    By theflyingnimbus in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-02-2013, 01:42 PM
  3. Replies: 4
    Last Post: 03-07-2012, 07:06 AM
  4. hyperlink not working
    By chevelle8719 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-24-2010, 11:13 AM
  5. Hyperlink Not Working
    By e_lad in forum Excel General
    Replies: 4
    Last Post: 03-08-2010, 09:39 AM

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