Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links


Best way to summarise a varying quantity of worksheets ?

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 27-11-2008
Member
 
Join Date: Nov 2008
Posts: 24
Best way to summarise a varying quantity of worksheets ?

Sponsored Links
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.

Reply With Quote
  #2  
Old 27-11-2008
Macarenas's Avatar
Member
 
Join Date: May 2008
Posts: 4,809
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.
Reply With Quote
  #3  
Old 27-11-2008
chroma's Avatar
Member
 
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
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Best way to summarise a varying quantity of worksheets ?"
Thread Thread Starter Forum Replies Last Post
In Zynga adventure world the maximum supplies and gold quantity is less Palomi Video Games 4 23-11-2011 11:08 AM
GPS Accuracy of Motorola Motoactv is varying Valan Portable Devices 7 15-11-2011 02:34 PM
Homefront: Quality over Quantity Y-Maker Video Games 5 27-03-2011 10:36 PM
Simulate the varying conditions Aamin Software Development 3 26-02-2009 10:18 AM
Quantity of RAM and Virtual Memory in your PC Johnny Tips & Tweaks 0 27-08-2008 02:31 PM


All times are GMT +5.5. The time now is 03:08 PM.