Hi Everyone,
I am looking to make use of COUNTIFS pulling data from two columns. One criteria is specific text that acts like a flag similar to True/False and the other is the month from a date column.
Basically I would like to count the number of "True" if a specific month is met.
Here is what I have so far:
=COUNTIFS({FlagCase}, "True", {Date}, MONTH({Date})=9)
In my case this returns 0 in the cell when it should contain a greater number.
Any help would be most appreciated!
Thanks.