+ Reply to Thread
Results 1 to 3 of 3

Thread: Hyperlink to Cell in a Seperate Worksheet

  1. #1
    Registered User
    Join Date
    01-24-2012
    Location
    Aus
    MS-Off Ver
    Excel Mac 2011
    Posts
    2

    Smile Hyperlink to Cell in a Seperate Worksheet

    Hi All,
    I am reasonably new to excel and have a question I thought you may be able to help with.....

    I would like to create a hyperlink on a cell that links to that cells value in a seperate worksheet. ie: Worksheet A, Cell A1=A12345 --- Hyperlink to Find value A12345 in worksheet b. Can this be done?

    Thanks in Advance
    Last edited by BadWolf; 01-24-2012 at 06:48 PM.

  2. #2
    Cheeky Forum Moderator Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2003, 2007, 2010
    Posts
    3,711

    Re: Hyperlink to Cell in a Seperate Worksheet

    This example creates a hyperlink to
    To: cell C10
    On: the sheet named MySheet
    In: the current workbook

    A1: Click Me
    B1: (the sheet and cell location to link to___eg MySheet!C10)

    This formula creates the hyperlink
    C1: HYPERLINK("#"&B1,A1)

    Note the hash mark (#) before the sheet name

    Alternatively, you could use the Excel Main Menu:
    • Select the cell to contain the hyperlink
    • Insert.Hyperlink
    • Click: Place in this document
    ...Complete the appropriate fields (Text to display, cell ref, etc)

    Or...to build a link to a cell in the worksheet containing it (even if copied)

    • Select the cell to contain the hyperlink
    • Insert.Hyperlink
    • Click: Existing file or webpage
    • Address: #A1
    • Click: OK

    Does that help?
    Regards,

    Ron
    Microsoft MVP - Excel
    (Oct 2006 - Sep 2012)

    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    01-24-2012
    Location
    Aus
    MS-Off Ver
    Excel Mac 2011
    Posts
    2

    Re: Hyperlink to Cell in a Seperate Worksheet

    Hi Ron, Thanks for the reply.

    Is there a way to make the hyperlink 'dynamic' in the sense that it can "lookup", or "find" a particular cells value in another worksheet. I am trying to create a reference between two worksheets.

    ie:
    worksheet #Itinerary, Cell A1 = "A Job no" (A7375).... (hyperlink on cell)

    Click on link

    Navigate to the row in worksheet #jobs that contains the value A7375.

    I can envision the formula I could use, but am not used excel

+ 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.2.0