+ Reply to Thread
Results 1 to 7 of 7

VLOOKUP and HYPERLINK - Go to found cell

Hybrid View

  1. #1
    Registered User
    Join Date
    05-12-2017
    Location
    Kent, England
    MS-Off Ver
    2016
    Posts
    23

    VLOOKUP and HYPERLINK - Go to found cell

    Hello,

    I am trying to use VLOOKUP to find a match and when found create a link to the cell where the match is found. Column A in 'NewOrPropertyIn' and 'Property Out' contain numbers unique to that worksheet. This signals a job has reached a certain stage. 'Property Out' is completed when the job is finished so there is no correlation between the Row the 2 numbers could be found in. So what I want is Column S (NewOrPropertyIn) to contain a formula that looks for the Value in column A (same row) and find a match in Column A (Property Out) then create a hyperlink to take me to that cell with the text "property returned" as the hyperlink text.

    I can only get the link to take me to 'Property Out' and I am sure someone will be able to show me where I am going wrong. Here is what I have so far.

    =IFERROR(HYPERLINK(VLOOKUP(A2,'Property Out'!$A:A,1,0),"Property Returned"),"")
    I have tried a few variations but just get errors or #values and the link stops working altogether.

    Thanks in advance.

    Matthew

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: VLOOKUP and HYPERLINK - Go to found cell

    Your formula syntax for Hyperlink is off. You'd need "#'SheetName'!A1" to hyperlink to worksheet cell.

    So you'd not use VLookup, but rather MATCH or some other function.
    Ex: =IFERROR(HYPERLINK("#'Property Out'!$A"&MATCH(A2,'Property Out'!$A:$A,0),"Property Returned"),"")
    "Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something."
    ― Robert A. Heinlein

  3. #3
    Registered User
    Join Date
    05-12-2017
    Location
    Kent, England
    MS-Off Ver
    2016
    Posts
    23

    Re: VLOOKUP and HYPERLINK - Go to found cell

    Thank you for your reply, this is giving the same result as above and taking me to the worksheet but not the cell.

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: VLOOKUP and HYPERLINK - Go to found cell

    Please upload sample workbook that represent your data set.

  5. #5
    Registered User
    Join Date
    05-12-2017
    Location
    Kent, England
    MS-Off Ver
    2016
    Posts
    23

    Re: VLOOKUP and HYPERLINK - Go to found cell

    Quote Originally Posted by CK76 View Post
    Please upload sample workbook that represent your data set.
    It is working now, I just copied the formula in again and it started working. I assume I missed something earlier! Thanks

  6. #6
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: VLOOKUP and HYPERLINK - Go to found cell

    maybe adapt this formula: =HYPERLINK("#"&IFERROR(CELL("address",INDEX('Base of links'!$D$2:$D$6,MATCH(B2,'Base of links'!$A$2:$A$6,0))),""),"whatever")

  7. #7
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: VLOOKUP and HYPERLINK - Go to found cell

    You are welcome

+ 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. [SOLVED] Returning contents of cell below the one found with a vlookup
    By fizzy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-17-2017, 05:11 PM
  2. [SOLVED] VLOOKUP Function to select the cell that has been found
    By nosense in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-05-2015, 03:08 PM
  3. [SOLVED] Hyperlink to found cell
    By tokyojo1 in forum Excel General
    Replies: 2
    Last Post: 04-18-2015, 10:07 PM
  4. Replies: 11
    Last Post: 08-08-2014, 02:40 PM
  5. Return the value above the cell found from vlookup?
    By joshnathan in forum Excel General
    Replies: 4
    Last Post: 01-23-2014, 12:52 PM
  6. Replies: 10
    Last Post: 06-04-2012, 09:38 PM
  7. How to get the address of the cell found our by vlookup
    By dilettante in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-08-2006, 10:10 PM

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