I am looking to count the number of times the month and years recur in a column. So, if it is FEB 19 and it shows up 19 times I would like to count that number of times. Is there any possible way for me to make this happen, Thank you in advance
=COUNTIFS($F$2:$F$20,">="&DATE(2019,2,1),$F$2:$F$20,"<="&DATE(2019,2,28))[/TD]
[/TR]
</tbody>[/TABLE]
[code]