Formula counts incorrectly
- From: was <was.1qn08b_1118787360.3145@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 14 Jun 2005 16:30:34 -0500
Help please.
Column K contains dates and blank cells. I would like to count how many
of these dates fall within a given date range. For example, in the
first week in May. Column K contains these dates. 5/2/2005, 5/3/2005,
5/5/2005, 5/5/2005. I would like to count this as 4 dates within the
first week of May. I created this formula but the output is 3.
=SUMPRODUCT(--(ECNT!F2:F515>=DATE(2005,5,2)),--(ECNT!F2:F515<=DATE(2005,5,6)),--(ISNUMBER(ECNT!K2:K515)))
I assume that it is only counting 5/5/2005 one time?
I changed the dates in the formula to check a second 2nd date range
(5/9 to 5/13). Column K contains only one date within that range
5/13/2005. However this formula returns 2.
Could someone please modify this formula to work the way I want it to?
--
was
------------------------------------------------------------------------
was's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=20211
View this thread: http://www.excelforum.com/showthread.php?threadid=379171
.
- Follow-Ups:
- RE: Formula counts incorrectly
- From: bj
- Re: Formula counts incorrectly
- From: olasa
- RE: Formula counts incorrectly
- Prev by Date: Re: Excel Buttons
- Next by Date: Re: Summing every Nth row
- Previous by thread: Counting unique text/number cells from a range
- Next by thread: Re: Formula counts incorrectly
- Index(es):