COUNTIF Formula
I'm trying to put multiple values in the criteria of a COUNTIFS Formula. For example:
=COUNTIFS(Status:Status, ["Prioritized","In Proces"], [Automation Category]:[Automation Category], ["WorkFlow","Robotics"])
I'm getting an "UNPARSABLE" error. Would someone be able to help me with this. Thank you!
Answers
-
Hi @Tahreem Tariq
Hope you are fine, to do that you need to write your formula as following:
=COUNTIFS(Status:Status, "Prioritized", Status:Status, "In Proces", [Automation Category]:[Automation Category], "WorkFlow", [Automation Category]:[Automation Category], "Robotics")
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
I hope you're doing well! Thank you for the help! I have plugged in this formula and it's not giving me an error but it's giving me the value 0 for all the formulas similar to this one.
FORMULA: =COUNTIFS(Status:Status, "Prioritized", Status:Status, "In Process", [Automation Category]:[Automation Category], "Data Processing", [Automation Category]:[Automation Category], "Robotics", [Automation Category]:[Automation Category], "Workflow")
The answer it's giving me is 0, when it should be 4. Would you happen to know what I am doing wrong with this formula?
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!