How do I add a condition of NOT to my existing Countifs formula. I want to exclude projects that are "Complete", "Paused", "Cancelled" per the Project Phase. This status is in my existing sheet "NBS Project Tracker."
Current working formula:
=COUNTIFS({NBS Project Tracker Project Complexity}, "High", {NBS Project Tracker ET Area}, "Business Development")
Updated not working formula:
=COUNTIFS({NBS Project Tracker Project Complexity}, "High", {NBS Project Tracker ET Area}, "Business Development", NOT({NBS Project Tracker Project Phase}, "Complete", "Paused", "Cancelled"))
I appreciate the help!