I've always struggled with calculating total count by Month; i can do it for every else but when you throw in dates, it throws me right off.
Essentially what i am trying to do is calculate on another sheet the amount of travel done within the month of March
This is the formula i am using, but it comes back with 0
=COUNTIFS({Middle East Crisis Range 3}, CONTAINS("March", @cell ))
This is the column that i am trying to pull the "March" from
What on gods green planet am i doing wrong?