Trying to count number of high priority when other column has not certain content
Hi all,
trying to get a count for all 3-High priority for any row that has NOT the status of Resolved or Cancelled.
See screenshot below
Thanks for any help!!
Answers
-
this should work:
=COUNTIFS(Priority:Priority,@cell="3-High",Status:Status,NOT(OR(CONTAINS("Resolved",@cell),CONTAINS("Cancelled",@cell))))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!