+ Reply to Thread
Results 1 to 3 of 3

Adding hyperlink to part of a page on excel

  1. #1
    Registered User
    Join Date
    02-04-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Talking Adding hyperlink to part of a page on excel

    Please could someon let tell me how I can hyperlink from one excel spradsheet to a specific part of another spreadsheet?

    Thank you

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Adding hyperlink to part of a page on excel

    This example creates a hyperlink to
    To: cell C10
    On: the sheet named MySheet
    In: the file located at C:\MyFolder\MyFile.xls

    A1: Click Me
    B1: (the complete path to the file...eg C:\MyFolder\MyFile.xls)
    C1: (the location in that file to link to...eg MySheet!C10)

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

    Note the hash mark (#) between the file path and the sheet name

    Alternatively, you could use the Excel Main Menu
    for all versions of Excel:
    • Insert.Hyperlink
    ...Click: Existing File or Web Page
    ...Enter: Text to display, etc)
    ...Navigate to the file

    To link to a specific sheet and cell
    ...Append a hash mark (#) and sheet and cell reference to the file name
    Example: MyFile.xls#MySheet!C10
    • Click [Finish]
    When done: Just enter the text to be displayed in the hyperlink cell

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    02-04-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Adding hyperlink to part of a page on excel

    Perfect,
    Thank you very much!!

+ 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. Replies: 3
    Last Post: 01-31-2013, 03:48 AM
  2. [SOLVED] Excel should let hyperlink of PDF jump to a specific page like IE.
    By Kenn Tan in forum Excel General
    Replies: 4
    Last Post: 01-25-2013, 08:40 AM
  3. [SOLVED] Excel VBA - Dynamically Adding a Page to a Multi-Page UserForm
    By eemiller1997 in forum Excel Programming / VBA / Macros
    Replies: 116
    Last Post: 12-13-2012, 05:26 PM
  4. Replies: 1
    Last Post: 04-03-2012, 03:01 PM
  5. [SOLVED] How do I create a hyperlink to a web page in Excel?
    By Olowalu in forum Excel General
    Replies: 2
    Last Post: 12-08-2005, 12:00 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