+ Reply to Thread
Results 1 to 2 of 2

Hyperlink using Vlookup

  1. #1
    Registered User
    Join Date
    12-15-2011
    Location
    Surrey
    MS-Off Ver
    Excel 2003
    Posts
    1

    Hyperlink using Vlookup

    I'm trying to link one sheet to another using a hyper-link, however there are thousands of hyperlinks to do so I'm thinking the best way is some sort of automation.

    I have one work sheet with a list of invoices numbers and various details, my other sheet has invoice numbers and other details about them but the second sheet is automatically created in such a way that it cant be organised in a way that I could merge the two.

    So when I click an invoice number I need it to lookup that invoice number on the other sheet and take me to it.

    Any help would be great

    Thanks!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Hyperlink using Vlookup

    Something like this?

    =HYPERLINK("#"&"'Sheet2'!"&ADDRESS(MATCH(A1,'Sheet2'!C:C,0),3),"Click")

    This looks for the item you have in A1 of the active sheet, finds it in column C of Sheet2, and provides link. Click the hyperlink to take you to that item in column C of sheet2.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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