gorillawar
New Member
- Joined
- Aug 1, 2018
- Messages
- 19
I have some data that has the word "pass" or "fail" in one column, and a date in the one next to it. I am trying to use COUNTIF to count how many times a pass or fail occurred within each month.
I have tried both of the below formulas:
=COUNTIF(A1:A5,"Pass"),(MONTH(B1:B5)=F13) (F13 is just the number 1, so I can drag this formula down that has a 2 in F14 and so on)
=SUMPRODUCT((A1:A5="Pass"), (MONTH(B1:B5)=F13))
Neither of these seem to work, so I assume I am missing something. Any help is appreciated.
Thanks,
I have tried both of the below formulas:
=COUNTIF(A1:A5,"Pass"),(MONTH(B1:B5)=F13) (F13 is just the number 1, so I can drag this formula down that has a 2 in F14 and so on)
=SUMPRODUCT((A1:A5="Pass"), (MONTH(B1:B5)=F13))
Neither of these seem to work, so I assume I am missing something. Any help is appreciated.
Thanks,