So I am trying to use a countif function with dates. So I need to count up by month for example every time January 14 then February 14 and so on, This will also span multiple years.

Then I need to use a countifs to go by month and then by a value.

=Countif(C:C,">=1/1/2014)-countif(C:C,">=2/1/2014") is what I have now, I was just wondering if there was a way to stream line the process to make using countifs possible in the next column