+ Reply to Thread
Results 1 to 2 of 2

Linking Worksheets and Copying by Dragging

Hybrid View

  1. #1
    Registered User
    Join Date
    12-07-2010
    Location
    Great Falls, MT
    MS-Off Ver
    Excel 2007
    Posts
    10

    Linking Worksheets and Copying by Dragging

    Is there anyway to copy a link from another worksheet and then use the mouse to select and drag down and have the worksheet numbers automatically updated? I paste a link ='12'!$E$23, I am trying to take that cell and drag down and get ='13'!$E$23, ='14'!$E$23, etc.


    Thanks in advance.
    Last edited by DPAnders87; 12-02-2011 at 11:07 AM.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    27,075

    Re: Linking Worksheets and Copying by Dragging

    No, not automatically, because worksheet names can be anything, not just numbers.

    To do something like this you can use the INDIRECT function to build the reference as a string. Suppose that you want to refer to the sheet name that corresponds to the row number you are in (i.e., the link in row 10 refers to '10'!$E$23) then you could use a formula like this:

    =INDIRECT("'"&ROW()&"'!$E$23")
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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