=COUNTIFS({PDCA Range 2}, "Production", {PDCA Range 1}, NOT(FIND("OK 3")))
Count if PDCA range 1 does not have OK 3
Best Answer
-
The FIND function actually outputs a number as opposed to a true/false. This means the NOT function won't work. Want you want is to say if the result of the FIND function equals zero (meaning not found).
=COUNTIFS({PDCA Range 2}, "Production", {PDCA Range 1}, FIND("OK 3", @cell) = 0)
Answers
-
The FIND function actually outputs a number as opposed to a true/false. This means the NOT function won't work. Want you want is to say if the result of the FIND function equals zero (meaning not found).
=COUNTIFS({PDCA Range 2}, "Production", {PDCA Range 1}, FIND("OK 3", @cell) = 0)
-
That worked...but now I am having a problem with it not counting Brian_Borders@na.honda.com in drop downs with multiple selections. It is only counting it when its the only thing selected. Formula =COUNTIFS({PDCA Range 4}, "Brian_Borders@na.honda.com", {PDCA Range 1}, FIND("OK 3", @cell) = 0).
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!