Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Max,
After entering more dates I realized that the solution you suggested didn't work as I had envisioned. I did, however, find a work around that may not be either elegant or efficient, but it works for me. For the work around I created a series of SUMIF statements extracting the number of products created through the: first quarter (10/01 - 12/31) =SUMIF(dates column range,"<01/01/2008",products column range) half year =SUMIF(dates column,"<04/01/2008",products column) 3/4 year =SUMIF(dates column,"<07/01/2008",products column) and finally the full year =SUMIF(dates column,"<09/30/2008",products column) The SUMIF statements are hidden in my spreadsheet underneath the dates column. I then simply built a report block that entered the results of the respective SUMIF statements into the proper quarter followed by subtracting the SUMIF statement results for the prior quarter(s). For example the SUMIF statement for 3/4 year extracts all of the products created through quarters 1,2,&3 and I then subtracted the products created in quarters 1 & 2 to arrive at the number of products created in just quarter 3 and so forth. Not exactly pretty, but it works. BTW - I tried countless variants of date ranges in the conditional statement of the SUMIF function, but could never get the syntax correct and I haven't been able to find anything usefull in the Microsoft knowledge base. Thanks for your suggestion and help! "Max" wrote: Welcome, glad it helped. -- Max Singapore http://savefile.com/projects/236895 Downloads: 16,000, Files: 354, Subscribers: 53 xdemechanik --- "COskibum" wrote in message ... Max, Thanks, the SUMPRODUCT function solved the problem! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
condition sumif commands based on date range? | Excel Discussion (Misc queries) | |||
SUMIF function with text color condition | Excel Worksheet Functions | |||
SUMIF within date range as a function of today()'s date | Excel Worksheet Functions | |||
Date Format Inside of a SUMIF Statement | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |