Help using the NOT formula
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
-
This should work for you...
=COUNTIFS([PM Resourcing Score]:[PM Resourcing Score], >=8, [Approval Status]:[Approval Status], NOT(CONTAINS("Canceled by Specialist Team", @cell)))
Answers
-
This should work for you...
=COUNTIFS([PM Resourcing Score]:[PM Resourcing Score], >=8, [Approval Status]:[Approval Status], NOT(CONTAINS("Canceled by Specialist Team", @cell)))
-
@JamesB - it does! Thank you!
-
Your Welcome
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!