COUNTIFS
Hi @Paul Newcome !
I hope you're doing well. I need help with a COUNTIFS Formula. I am trying to plug multiple criteria in an COUNTIFS statement but I'm just getting the value "0" and not the right value. The formula that I am using is:
=COUNTIFS(Status:Status, "Requested", Status:Status, "Demoed", [Automation Category]:[Automation Category], "Data Processing", [Automation Category]:[Automation Category], "Data Visualization", [Automation Category]:[Automation Category], "Robotics", [Automation Category]:[Automation Category], "Workflow")
Would you please be able to help me with this. I have seen many discussions and your responses are always accurate.
Thank you!
Best Answer
-
It looks like you want to count if status is "requested" OR "demoed" and the same for the different options within the [Automation Category] range. If that is the case, try this...
=COUNTIFS(Status:Status, OR(@cell = "Requested", @cell = "Demoed"), [Automation Category]:[Automation Category], OR(@cell = "Data Processing", @cell = "Data Visualization", @cell = "Robotics", @cell = "Workflow"))
Answers
-
It looks like you want to count if status is "requested" OR "demoed" and the same for the different options within the [Automation Category] range. If that is the case, try this...
=COUNTIFS(Status:Status, OR(@cell = "Requested", @cell = "Demoed"), [Automation Category]:[Automation Category], OR(@cell = "Data Processing", @cell = "Data Visualization", @cell = "Robotics", @cell = "Workflow"))
-
-
Happy to help. 👍️
-
Hi Paul
Just found the above and was also a perfect solution for what i was struggling with.
Thanks for posting
Dave
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!