+ Reply to Thread
Results 1 to 4 of 4

Hyperlinks between sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    11-05-2009
    Location
    Cleveland, England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Hyperlinks between sheets

    Hi,

    This is my first time posting on a forum so I hope somebody is able to help.

    I have an excel spreadsheet with several worksheets, I have a lot of hyperlinks from one sheet to other sheets. However, if I change the name of one of the sheets that is hyperlinked to it removes the links.

    Is there anyway that I can rename a worksheet but maintain the links?

    Many thanks!

  2. #2
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Valrico, FL USA
    MS-Off Ver
    Excel 2016
    Posts
    358

    Re: Problem with hyperlinks between sheets

    Try the following formula:

    =HYPERLINK("#"&CELL("address",Sheet2!A1),"Go to "&CELL("address",Sheet2!A1))
    Change Sheet2 and the cell reference A1 to the desired location.
    If the sheet is renamed, it should change automatically.

  3. #3
    Registered User
    Join Date
    11-05-2009
    Location
    Cleveland, England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Problem with hyperlinks between sheets

    Hi,

    Many thanks for that, however the problem that I have is that I want the cell which has the hyperlink to display the contents of the cell that it hyperlinks to.

    When I originally set up the hyperlink I use Insert-Hyperlink and set it up in that way having first linked the cell I hyperlink from to display the contents of cell I am hyperlinking to.

    Is there any way of doing what you have suggested in another way?

    I really do appreciate any help!!

  4. #4
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Valrico, FL USA
    MS-Off Ver
    Excel 2016
    Posts
    358

    Re: Problem with hyperlinks between sheets

    Try the formula below:

    =HYPERLINK("#"&CELL("address",Sheet1!A1),"Go to "&Sheet1!A1)
    Change to the desired cell and sheet name.

+ 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