How to add NOT to existing COUNTIFS formula

Julie Sanburn
Julie Sanburn ✭✭
edited 03/04/25 in Formulas and Functions

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!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!