+ Reply to Thread
Results 1 to 3 of 3

Incrementing Cell References in Hyperlinks - Can't find the solution anywhere now!

Hybrid View

  1. #1
    Registered User
    Join Date
    05-06-2014
    Location
    Edmonton, Canada
    MS-Off Ver
    Excel 2010
    Posts
    2

    Incrementing Cell References in Hyperlinks - Can't find the solution anywhere now!

    Hello. I'm new to the forum, but have been searching for days on how to increment the cell reference in Hyperlinks without editing each one (of the 500)individually. I thought I found it, but now get an HTTP 404 Not Found error when I try to access it. I need to use the Add Hyperlink button (versus the formula), because I want to jump to another cell on the same worksheet. For instance, from cell K2, I need to jump to R2, K3 > R3, K4 > R4, and so on.

    Can someone help?

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,283

    Re: Incrementing Cell References in Hyperlinks - Can't find the solution anywhere now!

    You're being mislead about limitations of the HYPERLINK Function - just use this in K2, and copy down.

    =HYPERLINK("#R" & ROW(),"Go to R" & ROW())

    If you ever need to jump to a cell on another sheet, just use

    =HYPERLINK("#'Sheet Name'!K" & ROW(),"Go to K" & ROW() & " on sheet ""Sheet Name""")

    The # takes the place of the filename - which allows the filename to change without affecting the hyperlink. Otherwise, you can specify the filename:

    =HYPERLINK("[File Name.xlsm]'Sheet Name'!K" & ROW(),"Go to K" & ROW() & " on sheet ""Sheet Name""")
    Last edited by Bernie Deitrick; 05-08-2014 at 03:18 PM.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    05-06-2014
    Location
    Edmonton, Canada
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Incrementing Cell References in Hyperlinks - Can't find the solution anywhere now!

    Works like a dream and I'm sure I'll be using all of your suggestions!Thank you SO much! (Will mark this SOLVED as soon as I figure out how.)

+ 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] Drag a formula that references a cell from another Sheet (Skipping a cell incrementing 1)
    By DixieDiver in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-05-2013, 06:25 PM
  2. Replies: 5
    Last Post: 03-07-2011, 12:34 PM
  3. Incrementing cell references
    By smiso24 in forum Excel General
    Replies: 3
    Last Post: 05-15-2010, 11:37 AM
  4. Inserting Text Cell References in Hyperlinks???
    By blackmejack in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-25-2007, 02:52 PM
  5. Solution:Can I use HEX2DEC with cell references vs. numbers?
    By David Billigmeier in forum Excel Formulas & Functions
    Replies: 28
    Last Post: 09-06-2005, 05:05 AM

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