+ Reply to Thread
Results 1 to 4 of 4

VLOOKUP - Hyperlinks

Hybrid View

  1. #1
    Registered User
    Join Date
    06-09-2011
    Location
    Boston, MA
    MS-Off Ver
    Excel 2011
    Posts
    12

    VLOOKUP - Hyperlinks

    Simple question, but can't figure this out with my formats.

    Have a large database with one of the columns housing company web sites. When I draw from that database using VLOOKUP onto a report, the web site shows up, but the link is not active (but is active in the database)

    I need to figure out how to keep this link active since the report is converted into a PDF and emailed to clients. I have looked at the HYPERLINK function, but it seems as if I would have to manually type in the address (i.e. it can't look at a cell value and convert it)

    Thank you as always.
    Last edited by croeder; 06-17-2011 at 06:39 AM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: VLOOKUP - Hyperlinks

    Something like

    =HYPERLINK(VLOOKUP(A1,Sheet1!$A$1:$B$20,2,FALSE))

    should work. I assume the original hyperlink is the full path/url?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    06-09-2011
    Location
    Boston, MA
    MS-Off Ver
    Excel 2011
    Posts
    12

    Re: VLOOKUP - Hyperlinks

    Yes...that works, thank you very much.

  4. #4
    Registered User
    Join Date
    07-04-2011
    Location
    sonic
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: VLOOKUP - Hyperlinks

    I am sorry to push into this post, but I am trying something similar with no results. I am getting the cannot open the specified file message:
    =HYPERLINK(VLOOKUP("jason", calls!A1:A10, 1, FALSE))

    I even tried this with the same results:
    =HYPERLINK(VLOOKUP("tor", INDIRECT("calls"&"!$A$1:$A$10"),1, 0))

    I basically want VLOOKUP to search column 1, A1-A10 on the calls page. Then take the results and assign a hyperlink to it. Any idea as to why I am still getting this message?

+ 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