+ Reply to Thread
Results 1 to 3 of 3

Drag-filling sheet numbers

Hybrid View

  1. #1
    Registered User
    Join Date
    04-21-2005
    Posts
    2

    Drag-filling sheet numbers

    Hello,

    There's a sheet for each week of the year in my workbook. They're named
    week-1, week-2 and so on untill week-52. In another sheet I have lots of references to all the 52 sheets. Is there a way to drag-fill and increment the week numbers?

    example:

    ='week-1'!$A$2
    ='week-2'!$A$2
    ='week-3'!$A$2

    Thank you for any help,

    Dan.

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Enter the following formula in a cell and copy down:

    =INDIRECT("'week-"&ROW(A1)&"'!A2")

    Hope this helps!

  3. #3
    Registered User
    Join Date
    04-21-2005
    Posts
    2

    Smile

    Thanks a lot Domenic!

    Your solution is working perfectly...

    Dan.

+ 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