Hello,
I have a formula that counts notifications that are tracked on another smartsheet each month. The formula is:
=COUNTIFS({Date of Notification}, >=[Start Date]@row , {Date of Notification}, <=[End Date]@row , {Impacted Department}, <>"XX")
The results from this formula are no longer calculating correctly. For example, in February, when you apply a filter to the parent smartsheet, you get 20 results instead of 6.
Is there something wrong with my filter that I didn't notice before?