Afternoon all
Help me OCUK, you're my only hope!
I am trying to count the number of occurances of events in each month. I have a total log for the year but need to count the number of times things occur in a row. The log records
Column B: MIN, MIS, MIB etc
Coumn G: Date
Column J:Yes or No (depends on other aspects of the sheet)
I need a formula which in word form it would read "Count where in the same row "MIN" is in column B, Month January in column G and "Yes" is in column J"
This could then be duplicated for MIS, MIB and every other month.
I got the formula
=COUNTIFS(B2:B13,"MIN",G2:G13,MONTH(G2:G13)=1,J2:J13,"Yes")
It doesn't work though, the problem seems to be that you can't put a range in for the Month= and I cannot find a solution to this
Help me OCUK, you're my only hope!
I am trying to count the number of occurances of events in each month. I have a total log for the year but need to count the number of times things occur in a row. The log records
Column B: MIN, MIS, MIB etc
Coumn G: Date
Column J:Yes or No (depends on other aspects of the sheet)
I need a formula which in word form it would read "Count where in the same row "MIN" is in column B, Month January in column G and "Yes" is in column J"
This could then be duplicated for MIS, MIB and every other month.
I got the formula
=COUNTIFS(B2:B13,"MIN",G2:G13,MONTH(G2:G13)=1,J2:J13,"Yes")
It doesn't work though, the problem seems to be that you can't put a range in for the Month= and I cannot find a solution to this
