I have an Excel spreadsheet with a series of names in Column A and related dates in Column B. I need a formula that counts the occurrences of each name in any given calendar month.
I have been trying along the lines of:
=COUNTIF(A:B,(AND(A:A="Bill",MONTH(B:B)=1)=TRUE))
I have been trying along the lines of:
=COUNTIF(A:B,(AND(A:A="Bill",MONTH(B:B)=1)=TRUE))