I have had some issues with a formula and I think I FINALLY figured out what is wrong. I want to count the times a question is answered "No" so I am using this formula:
=COUNTIFS({PM22}, "No", {Date}, MONTH({Date} = $[Month#]@row))
I keep getting #invalidoperation and think it is because some of the rows have a blank space where the question is skipped on the form. I think I should use an error formula, but haven't done that before. Can someone help me with how that should look?