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
- Smartsheet Customer Resources
- 62.3K Get Help
- 361 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!