I can't get my formula to pull violations reported only within the last 12 months. Can someone see what I am missing?
=COUNTIFS({Compliance Master File V2 EE-number}, [EE Number]@row, {Compliance Master File - Compliance Category}, "Reinstatement"), AND({Compliance Master File V2 Violation Date}<=[Today]@row, @{Compliance Master File V2 Violation Date}>= TODAY(-365)))
I have my historical count and I added a "today" column, if that is not needed - would love to remove it.
My working formula:
=COUNTIFS({Compliance Master File V2 EE-number}, [EE Number]@row, {Compliance Master File V2 - Compliance Category}, "Reinstatement")