View Single Post
  #5   Report Post  
PeterAtherton
 
Posts: n/a
Default

Perhaps an array formula would do something like

=COUNT(AND(MONTH(A2:A200=1),ISNUMBER(A2:A200)),A2, A200) and entered as Ctl+
Shift+ Enter.

Regards
Peter

"bobh727" wrote:

I am using the following formula to count the number of entries by month in a
log.
=SUMPRODUCT(--(MONTH(DATA!A2:A2019)=1))
All of the other months sum correctly except month 1 which counts all
January entries and then all blank cells in the range--that is, cells A1600
to A2019 are blank, waiting for future date entries.

Ideas, suggestions, help--all welcome here!