Help using the NOT formula

Options

Hello!

I'm trying to write a summary formula to count how many projects have a Resourcing score of 8 or higher and the approval status is not "canceled." This is the current formula I'm attempting:

=COUNTIF([PM Resourcing Score]:[PM Resourcing Score], >=8, AND(NOT(CONTAINS("Canceled by Specialist Team", [Approval Status]:[Approval Status]))))

I keep getting #INCORRECT ARGUMENT SET.

The PM Resourcing Score Column is text/number column and the Approval Status column is a single select drop down column.

Ideally I would like to count how many projects have a PM resourcing score of 8 or higher and are in any approval stage that is NOT "canceled" or "rejected."


Thanks in advance!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!