View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default 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