Countifs where the criteria is something other than 3 criterion
Hello. I have this formula: =COUNTIFS({Status}, Status@row, {CompanyName}, OR(@cell = "A", @cell = "B", @cell = "C")) that is working to count the status where the company name is A, or B, or C.
Now I need to count the status where the company name is anything but A, or B, or C.
I'm sure this is something simple, but I can't figure it out. Any thoughts?
Best Answer
-
Hi @JLen,
Try this one by adding NOT to your existing formula:
=COUNTIFS({Status}, Status@row, {CompanyName}, NOT(OR(@cell = "A", @cell = "B", @cell = "C")))
Gia Thinh Technology - Smartsheet Solution Partner.
Answers
-
Hi @JLen,
Try this one by adding NOT to your existing formula:
=COUNTIFS({Status}, Status@row, {CompanyName}, NOT(OR(@cell = "A", @cell = "B", @cell = "C")))
Gia Thinh Technology - Smartsheet Solution Partner.
-
So simple! Thank you so much, @Gia Thinh !
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!