COUNTIFS using multiple ranges
I am so sorry this is so simple but I am new and eager to learn. I already googled and couldn't find.
I have a report that is counting how many tickets are in different countries and their severity. I want to know how many tickets Mexico has in Critical status.
So my fields are Country and Severity.
I can get a count of how many total tickets Mexico has COUNTIFS({Range 1}, "Mexico")
But I want to say how many tickets does Mexico have in "Critical" status
Best Answer
-
You would continue with the range/criteria syntax that you are already using:
=COUNTIFS({Range 1}, "Mexico", {Status}, "Critical")
Answers
-
You would continue with the range/criteria syntax that you are already using:
=COUNTIFS({Range 1}, "Mexico", {Status}, "Critical")
-
You are the best, I am so excited about learning more. Thanks for taking time for me!
-
Happy to help. 👍️
-
Hello Paul,
What if you wanted to count Mexico but NOT Critical? I can't get this to work:
=COUNTIFS({Range 1}, "Mexico"), NOT({Status}, "Critical")
Thanks in advance!
-
@JoeB Try somethign like this...
=COUNTIFS({Range 1}, @cell = "Mexico", {Status}, @cell <> "Critical")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!