+ Reply to Thread
Results 1 to 5 of 5

hyperlink and vlookup in the same sheet

Hybrid View

  1. #1
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: hyperlink and vlookup in the same sheet

    Judging by the images I'm not quite sure you understood the point I was making.

    The VLOOKUP will only return the friendly_text associated with the hyperlinks (or where omitted the address)
    You must therefore ensure that you can reconstruct the hyperlink from the friendly_text value (or if omitted the address!).
    If you can not then you can not return the hyperlink to your 2nd sheet via formulae.

    You said you could not get my suggestion to work... using your images, the hyperlink for Agito would be:

    =HYPERLINK("#Sheet1!B11")
    etc

    Your formula in 2nd sheet would then be:

    =HYPERLINK(VLOOKUP(B3,test,2,0))

    Point being by omitting the friendly_name the HYPERLINK will be default use the Address... you can in turn encase the VLOOKUP result (address) in a Hyperlink function.

  2. #2
    Registered User
    Join Date
    11-03-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    5

    Smile Re: hyperlink and vlookup in the same sheet

    Thanks you so much.
    I am not very good with Hyperlink. I got the soln.

    Thanks again !!!

+ 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