+ Reply to Thread
Results 1 to 6 of 6

Growing Workbook w/ Summary Page

  1. #1
    Registered User
    Join Date
    04-06-2011
    Location
    Des Moines, IA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Growing Workbook w/ Summary Page

    Without boring you with the actual details of my job, what I am trying to do is take multiple worksheets and either combine them into one worksheet with a summary page, or if there is another way to get a summary page that is fine too. The summary page needs to "grow" as more worksheets are added. I would like as much of this process to be automated as possible. Does this need VBA, macro, vlookup? Most of the data is [mm/dd/yy hh:mm] type fields, but some are text. I'm lost as to how to make the summary page grow and also would really rather not have to re-set up the formulas every time I add a new tab/worksheet as there will be several hundred in a year's time.

    I have done this before at my last job so I know it can be done, just cannot remember for the life of me how to do it. Grr.

    Let me know if more detail is needed. Thank you!

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,072

    Re: Growing Workbook w/ Summary Page

    You could NAME first AND last SHEET and then add every new sheet BETWEEN first and last in the workbook.

    That way you could use:

    =SUM(FIRST:LAST!1:1))

    That would give you SUM from first row in every sheet
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    04-06-2011
    Location
    Des Moines, IA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Growing Workbook w/ Summary Page

    I like that idea... I guess I left out some details though, the summary page has multiple columns though. Example:

    Shipment ID, Trainset Name, Load Date, Unload Date, Unload Time (Gross), Unload Time (Net), Queue Time

    where each one is a column, then the rows need to grow to fill in the data per the worksheets. So:

    BM502 R03 1/2/2011 1/4/2011 12:10 7:24 0:00
    BM001 R01 1/3/2011 1/5-1/6 8:30 7:30 1:00
    BM002 B01 1/6/2011 1/8/2011 16:45 7:24 0:00
    BM504 R03 1/6/2011 1/9-1/10 18:00 7:27 0:00

    where this data is available in worksheets, each shipment ID has its own sheet. If that makes any sense.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,072

    Re: Growing Workbook w/ Summary Page

    You can reference to one cell in each sheet...

    =SUM(FIRST:LAST!D1)

    However, you need to adopt sheet's to fulfil this issue.

  5. #5
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Growing Workbook w/ Summary Page

    hi, CoalTrainLady, it would be helpful to see a sample workbook with original data and the result you need to obtain

  6. #6
    Registered User
    Join Date
    04-06-2011
    Location
    Des Moines, IA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Growing Workbook w/ Summary Page

    I don't need it to sum or anything, just report what is on each individual worksheet in one summary page, but I don't want to have to relink the formula each time I add a worksheet, as by the end of the year there will be 500ish worksheets. Yes, the same data is in the same cell on each sheet. SAMPLE SUMMARY PAGE:

    Shipment ID Trainset Load Date Unload Date Unload GROSS Unload NET Queuing Time
    BM502 R03 1/2/2011 1/5/2011 14:15 7:30 1:20
    BM001 R01 1/3/2011 1/8/2011 15:20 6:45 0:40
    BM002 B01 1/6/2011 1/9/2011 9:10 7:45 2:10


    where this data is in sheets by Shipment ID. I hope this makes sense.

+ 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