I'm really struggling with countifs in my Sheet Summary. I added a helper column to sparse the month. I want to count if the created date is February, and if two columns containing IDs are not blank.
=COUNTIFS([Month]:[Month], = 2,[Contact ID]:[Contact ID 2],""<>)
I'm getting an #UNPARSEABLE error. I tried the formulas as countif individually and they work, but I can't figure out what I'm doing wrong.
Any assistance would be greatly appreciated!