Results 1 to 3 of 3

Thread: Best way to summarise a varying quantity of worksheets ?

  1. #1
    Join Date
    Nov 2008
    Posts
    24

    Best way to summarise a varying quantity of worksheets ?

    Hi friends, i would like to know the best way to summaries a varying quantity of worksheets .I have monthly workbooks which each have 5 weekly sheets and one summary sheet. I intend to copy the summary sheets to a new "total period analysis" workbook.

    In this second annual workbook I intend to total all the monthly sheets together then analyse it. BUT as the books for the months to come haven't been written yet, I can't include them in my formulas. How can I write formulas to include the sheets that WILL be included without getting #ref errors? Can it be done. Or, is there a better way to do this? Some VBA to add the new sheets to the formulas maybe? I don't know VBA.

    Thanks in advance for any help.

  2. #2
    Join Date
    May 2008
    Posts
    4,831

    Re: Best way to summarise a varying quantity of worksheets ?

    Hi, the best way is to have Dummy sheets with an obvious identifier, perhaps "DUMMY" in cell A1.

    The main summary sheet will than have something to reference, and a simple IF(sheet2!A1="DUMMY",...) to avoid erroneous calculations.

    Remember blank cells will generally be treated as zeros in numerical calculations.

    The proper data can be pasted over the dummys as it becomes available.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Best way to summarise a varying quantity of worksheets ?

    Check this link http://www.bettersolutions.com/excel...N620422111.htm.

    You can 'bookend' the weekly sheets in the monthly workbook with a pair of (perhaps hidden) blank sheets, named, say Left and Right,

    Then a formula might be =SUM(Left:Right!A1), which will sum Left, Right, and whatever sheets are in between

Similar Threads

  1. GPS Accuracy of Motorola Motoactv is varying
    By Valan in forum Portable Devices
    Replies: 7
    Last Post: 15-11-2011, 03:34 PM
  2. Homefront: Quality over Quantity
    By Y-Maker in forum Video Games
    Replies: 5
    Last Post: 27-03-2011, 10:36 PM
  3. Simulate the varying conditions
    By Aamin in forum Software Development
    Replies: 3
    Last Post: 26-02-2009, 11:18 AM
  4. Quantity of RAM and Virtual Memory in your PC
    By Johnny in forum Tips & Tweaks
    Replies: 0
    Last Post: 27-08-2008, 02:31 PM

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
  •  
Page generated in 1,714,230,604.94223 seconds with 17 queries