Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I prevent excel from counting entries twice when totaling date
ranges. I am using the following formula: January Total Cell =COUNTIF(F2:F507,"<="&DATE(2010,2,1))-COUNTIF(F2:F507,"=<"&DATE(2010,1,1)) February Total Cell =COUNTIF(F2:F507,"<="&DATE(2010,3,1))-COUNTIF(F2:F507,"=<"&DATE(2010,2,1)) and so on. It duplicates the totals from previous months into the future months. Frustrating! Answer =COUNTIF(A8:A20,""&DATE(2009,1,31))-COUNTIF(A8:A20,"="&DATE(2009,3,1)) Adjust your range to suit. -- David Biddulph "BuckeyeJohn21" wrote in message ... I have a workbook with two sheets. On the first sheet are a series of dates. On the second tab, I am trying to total the number of entries within specific months using date ranges from the first sheet. I can't for the life of me figure out what formula to use to do this. Can anyone help. An example of the data I am trying to formulate would be a count of claims 1/31/10 but < 3/1/10. Please help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif (no duplication) | Excel Worksheet Functions | |||
Duplication Macro | Excel Discussion (Misc queries) | |||
average daily counts to weekly counts | Excel Discussion (Misc queries) | |||
Duplication | Excel Discussion (Misc queries) | |||
Duplication | Excel Discussion (Misc queries) |