+ Reply to Thread
Results 1 to 6 of 6

Creating hyperlinks across a single sheet?

Hybrid View

  1. #1
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Creating hyperlinks across a single sheet?

    I do this all the time, but without VBA. The HYPERLINK() formula can be utilized in a adjacent cell to spot a value in another range and provide a clickable link that random spot.

    3D HYPERLINK
    Last edited by JBeaucaire; 12-27-2019 at 05:10 AM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  2. #2
    Registered User
    Join Date
    05-16-2013
    Location
    UK
    MS-Off Ver
    2003 & 2010
    Posts
    4

    Re: Creating hyperlinks across a single sheet?

    Thanks for the advice; I'll try it out when I get back to work on Monday.

  3. #3
    Registered User
    Join Date
    05-16-2013
    Location
    UK
    MS-Off Ver
    2003 & 2010
    Posts
    4

    Re: Creating hyperlinks across a single sheet?

    Well I couldn't try on Monday but I got the chance to try today, Tuesday.

    Unfortunately I wasn’t able to get the formulas working to my needs. I have attached a basic spreadsheet that demonstrates roughly what I am trying to accomplish.

    query_zps7f846828.png

    I have manually added the hyperlinks in F3 and C10 to refer back to the parent reference, a simple task but multiplied by 500 times…

    In F4 I have added the formula for a +HYPERLINK(ADDRESS(MATCH())) that is almost working. When I read up about the MATCH() function It says that it will only return the relative position of the search term. In my example the hyperlink in F4 links to A4, I understand why it addresses A4 but if I get the MATCH function to return the address of the found cell, is it possible to adapt the formula so that it returns the cell reference and hence hyperlink to B13?

    Having looked at the ‘3D Hyperlink’ hyperlink I think that is maybe what I am after (I have cut and paste the example into my spreadsheet at F5), but when I try to work out what the function is doing and adapt it to my spreadsheet my head fails.

    Can anyone explain and solve my issue?

    I am using excel 2003 at work - if that helps anybody's answer.
    Attached Files Attached Files

+ 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