+ Reply to Thread
Results 1 to 3 of 3

Create multiple hyperlinks to cells in different sheet

  1. #1
    Registered User
    Join Date
    12-11-2015
    Location
    Norway
    MS-Off Ver
    2013
    Posts
    23

    Create multiple hyperlinks to cells in different sheet

    Hi!


    I'm having a little trouble sorting out how to create multiple hyperlinks at once.

    In column M in sheet1 I display the value of every 13'th cell from sheet2 column B, like so:

    =Sheet2!B3
    =Sheet2!B16
    =Sheet2!B29

    This goes on until B13016, so nearly 1000 cells.

    I need to turn the displayed value in column M in sheet 1 into a hyperlink to the respective cell in sheet 2.
    This is easy if I create every hyperlink manually, but it would take way too long time to do it to nearly 1000 cells.

    Is there a easy way to do it?

    Tnx!

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Create multiple hyperlinks to cells in different sheet

    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Create multiple hyperlinks to cells in different sheet

    Non VBA method

    in an adjacent column or any free column (lets say N in this example)
    type in
    N1 = 3
    N2 = 16
    N3 = 29
    highlight and fill down to 1002, it should map your pattern

    then in cell M2 type in ="=Sheet2!B"&N1 and fill down to 1002 again

    highlight column M - Copy and paste values
    while M is still highlighted run text to column and click finish

    this sounds like many steps but its not really
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Hyperlinks - change sheet but not cell reference for multiple hyperlinks at once
    By matt1x1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-19-2018, 05:58 AM
  2. [SOLVED] Create hyperlinks to other sheet
    By Len Silva in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-06-2018, 02:22 PM
  3. How to create hyperlinks between cells?
    By gabrielemucho in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-25-2013, 06:42 PM
  4. How to create multiple hyperlinks
    By nmss18 in forum Excel General
    Replies: 2
    Last Post: 07-18-2011, 05:10 PM
  5. Replies: 4
    Last Post: 12-04-2008, 01:11 PM
  6. [SOLVED] Create multiple sheet tabs from multiple cells.
    By Robert Maddox in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-19-2006, 05:40 PM
  7. Create hyperlinks to each sheet using VBA
    By Steve Mackay in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-18-2005, 01:34 PM

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