View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Count the number of cells containing a date within a range

=COUNTIF(A1:A100,"="&B1)-COUNTIF(A1:A100,""&C1) if your limits (inclusive)
are in B1 and C1.
--
David Biddulph

"Scoffers" wrote in message
...
Investigated using COUNTIF but from what I can see you need to set
specific
criteria i.e. an exact date rather than just a cell with any date in it.

I know I could count the blank cells and take them from the total number
of
cells using COUNT but this is long winded.

Any help welcome.
--
Scoffers