View Single Post
  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

Try:

=SUMPRODUCT(--(TEXT(C1:C30,"mmm")="Jan"))

HTH
Jason
Atlanta, GA

"Keith Brown" wrote:

I am needing to count the number of times each month is repeated in a column.
The column is a date field in MM/DD/YY format. I attempted to change the
format to MMMM DD, YYYY format (e.g. January 1, 2005) and count off of the
word January, but that did not work (=COUNTIF(C:C,"*January*")).

Is there way to find out how many times a month is repeated?

Thank you