Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an Excel 2003 document where there are 12 worksheets named for each
month. Each month I add a worksheet to the document and name it the month and then delete the oldest month. In my worksheets there is a consistent layout and one cell there is a total percentage of all the months. I have criteria leading up to that percentage. I would like a formula/function/VB coding that will add M10 for just 12 months of worksheets. Below is the formula that I was using. =((SUM(Aug08:Jun09!E13))-(SUM(Aug08:Jun09!E10:E12)))/(SUM(Aug08:Jun09!E13))*D10 I recently simplified this to named ranges (Batch)-(Delivery)/(Batch)*Service) and tried naming the 12 worksheets to the named range called "Sheets" so that way when I add a spreadsheet (month) or delete one, I can have it be part of the "sheets" named range. How do I incorporate the named range of the sheets in a funtion of some sort? Should I be using the sumproduct function - or is there another approach? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help calculated total for each month | Excel Worksheet Functions | |||
formula to set for adding total by month | Excel Discussion (Misc queries) | |||
How to get month wise total of a worksheet having a years data? | Excel Discussion (Misc queries) | |||
averaging a total out over a month | Excel Discussion (Misc queries) | |||
Create Month Timetable on a worksheet different month each works | Excel Worksheet Functions |