+ Reply to Thread
Results 1 to 4 of 4

Reference sequential tabs, same cell

  1. #1
    Registered User
    Join Date
    07-07-2010
    Location
    MPLS, MN
    MS-Off Ver
    Excel 03
    Posts
    3

    Reference sequential tabs, same cell

    Hi

    Hope you can help me, and that i sent this to the right place.

    I have a simple invoicing workbook that has 150 sequentially numbered identically formatted tabs (1001-1150). It also includes a single cover page that references each tab as a line item and then references 15 cells in each tab to populate an assortment of needed information across a row.

    I am still working on this cover page and am hoping you can help me with a way to autofill the cell references from tab to tab. I need the cell reference to stay the same, and the tab reference to change. I cannot figure this out and am hoping I don't have to fill in over 2000 individual references manually to get this going!

    thanks for any help!
    -mike

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Reference sequential tabs, same cell

    If there is a tab name in A1 (e.g., Sheet1), then in another cell you can enter, for example

    =INDIRECT("'" & A1 & "'!C12")

    If B1 contains the name of a single-cell range on that sheet (like Total) or a cell address (like C12) then

    =INDIRECT("'" & A1 & "'!" & B1)
    Last edited by shg; 07-07-2010 at 08:55 PM.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    07-07-2010
    Location
    MPLS, MN
    MS-Off Ver
    Excel 03
    Posts
    3

    Re: Reference sequential tabs, same cell

    I see what you've tried to do here SHG, but I cannot get it to work. I've included a small sample doc of what I'm working with- just 5 tabs instead of 150. If you could take another look I'd really appreciate it!

    -mike
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-07-2010
    Location
    MPLS, MN
    MS-Off Ver
    Excel 03
    Posts
    3

    Re: Reference sequential tabs, same cell

    Scratch that last one, just tried it again and today it seems to be working! Not sure why it didn't last night, but this is great news- thank you so much for the tip!

    -mike

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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