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