In column "B" I have text data (workers initials. ie. "RS", "WF" and "HA"). These all have a date after them in column "C" (certification dates ie. 1/1/2013). I am trying to set up a spread sheet to tell me how many certifications "RS" has done in the month of January but can't seem to get a formula to do what I need. I am able to get a countif formula to count how many dates there are in column "C" between a date range using:
=COUNTIF(KettleCheck!$C$4:$C$1000,">="&DATE(2013,1,1))-COUNTIF(KettleCheck!$C$4:$C$1000,">="&DATE(2013,1,32))
Thanks for your help in advance!