Help with COUNTIFS and NOT CONTAINS formula
Hello,
I have looked for this all over the smartsheet community, and while there are some responses, I still cannot get this formula to work. I need assistance with the following:
I am looking for a count if of all "low" priority from one column on a referenced sheet that are not "complete" in a different column on that same referenced sheet. I have tried the NOT(CONTAINS as well as the <>. I have tried multiple options from the different threads and cannot resolve this.
=COUNTIFS({BusOps Activity Tracker Range 2}, "low", [{BusOps Activity Tracker Range 3}, <>, "Complete",])
Thank you for the help.
Best Answer
-
Assuming the column just says "Complete" or something else, rather than has a string of text that includes the word complete, try this.
=COUNTIFS({BusOps Activity Tracker Range 2}, "Low", {BusOps Activity Tracker Range 3}, NOT(@cell = "Complete"))
Answers
-
Assuming the column just says "Complete" or something else, rather than has a string of text that includes the word complete, try this.
=COUNTIFS({BusOps Activity Tracker Range 2}, "Low", {BusOps Activity Tracker Range 3}, NOT(@cell = "Complete"))
-
@Katy H Thanks so much. It is a single select dropdown column for status, so no string of text to look through. This worked perfectly. I appreciate it.
-
I get incomplete argument set when I use this string. :(
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!