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
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!