I have a problem that I have been puzzling over for a week or so.
The goal is to create a chart to compare data from 2 sheets.
Each sheet in column A contains sequential dates. The 1st sheet has 2010 dates in 01/01/2010 format thru 12/31/2010. The sheet for 2011 has dates up to 05/12/2011
On the 3 sheet I has set the date criteria for each month and have attempted to use the following formula to count the records per month for each year after which I will compare them. This formula seems to work on sheet1, but for whatever reason it does not work on sheet2.. FYI Sheet3!C! is criteria Jan 11. Any help would be appreciated
SUMPRODUCT((Sheet2!A2:A37>=Sheet3!C1)*(Sheet2!A2:A37<=EOMONTH(Sheet3!C1,0)))
The goal is to create a chart to compare data from 2 sheets.
Each sheet in column A contains sequential dates. The 1st sheet has 2010 dates in 01/01/2010 format thru 12/31/2010. The sheet for 2011 has dates up to 05/12/2011
On the 3 sheet I has set the date criteria for each month and have attempted to use the following formula to count the records per month for each year after which I will compare them. This formula seems to work on sheet1, but for whatever reason it does not work on sheet2.. FYI Sheet3!C! is criteria Jan 11. Any help would be appreciated
SUMPRODUCT((Sheet2!A2:A37>=Sheet3!C1)*(Sheet2!A2:A37<=EOMONTH(Sheet3!C1,0)))