+ Reply to Thread
Results 1 to 6 of 6

auto create hyperlink map the same cell name with worksheet name

  1. #1
    Registered User
    Join Date
    08-24-2006
    Posts
    61

    auto create hyperlink map the same cell name with worksheet name

    i have a excel sheet which contains manay worksheet
    at content worksheet, i created a cell (one clolumn) and the name is same as with all other worksheet

    worksheet 'content'
    cell A 'worksheet ID'
    1
    2
    3
    4

    other worksheet
    worksheet '1'
    worksheet '2'
    .
    .
    .

    how do i make the content page auto insert hyperlink?
    so when I click cell A1 it will goes to worksheet 1, and so on.
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: auto create hyperlink map the same cell name with worksheet name

    use =hyperlink() see attached for 3 ways
    you can also use insert /hyperlink to place in this document option
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    08-24-2006
    Posts
    61

    Re: auto create hyperlink map the same cell name with worksheet name

    thanks for the solution.
    i was thinking if the link can be auto generated
    for example at the content page, i already have the text "1" and worksheet "1" is created later.
    then i can update all existing text at content page in one go. now i need to insert the formula one by one.

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: auto create hyperlink map the same cell name with worksheet name

    careful you don't wear yourself out with all that typing,you only do it once then drag down as each sheet is created
    Last edited by martindwilson; 07-20-2012 at 05:00 AM.

  5. #5
    Registered User
    Join Date
    08-24-2006
    Posts
    61

    Re: auto create hyperlink map the same cell name with worksheet name

    i can't see the formula filled in series when i drag to copy.
    how Do I copy?

  6. #6
    Registered User
    Join Date
    08-24-2006
    Posts
    61

    Re: auto create hyperlink map the same cell name with worksheet name

    i can't see the formula filled in series when i drag to copy.
    how Do I copy?

  7. #7
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: auto create hyperlink map the same cell name with worksheet name

    use the 3rd option
    =HYPERLINK("#"&H2&"!A1",H2) and drag to fill

    right click cell then drag fill down
    if the menu gets in the way so you cant see the fill handle right click again but on the cell border, the menu clears and you can then use the fill handle to drag down

+ 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