Thread
:
COUNT INBETWEEN A DATE RANGE
View Single Post
#
5
Posted to microsoft.public.excel.misc
Ron Rosenfeld
external usenet poster
Posts: 5,651
COUNT INBETWEEN A DATE RANGE
On Thu, 18 Mar 2010 06:56:01 -0700, Dave
wrote:
Hi
Does anyone know how to count the number of occurences between a data range?
Thanks
=countif(rng,"=" & StartDate) - countif(rng,"" & EndDate)
--ron
Reply With Quote
Ron Rosenfeld
View Public Profile
Find all posts by Ron Rosenfeld