I have been calculating how many submissions in a month in one column (column A), and cross-referencing against another (column B), to ensure I'm not counting items that have a particular word in column B. I used the AI help (when it was available) and the following was working:
=COUNTIFS([Date Received]:[Date Received], CONTAINS("02", @cell), [Complainant Name]:[Complainant Name], NOT(CONTAINS("ACCRUED", @cell)))
Now, it's simply not counting anything that's come in in the month (in this case February), and I'm not sure why? No error, just not counting. I've tried a few alternatives but keep getting UNPARSEABLE message. Any help gratefully appreciated, cheers.