Count if Production is anywhere in the cell.
PDCA range 2 is a drop down list. It is counting it if Production is the ONLY thing selected. If there are multiple things selected, it wont find it in the list and count it. Formula =COUNTIFS({PDCA Range 2}, "Production", {PDCA Range 1}, FIND("OK 3", @cell) = 0)
Best Answer
-
Hi @Brandon03
With multi-select dropdown lists, you can use the function HAS to see if the cell has this one specific entry. It looks like your Range 1 is similar, is that correct? I would suggest using HAS in both instances...try something like this:
=COUNTIFS({PDCA Range 2}, HAS(@cell, "Production"), {PDCA Range 1}, HAS(@cell, "OK 3"))
Let me know if this works!
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Answers
-
Hi @Brandon03
With multi-select dropdown lists, you can use the function HAS to see if the cell has this one specific entry. It looks like your Range 1 is similar, is that correct? I would suggest using HAS in both instances...try something like this:
=COUNTIFS({PDCA Range 2}, HAS(@cell, "Production"), {PDCA Range 1}, HAS(@cell, "OK 3"))
Let me know if this works!
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!