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
- Smartsheet Customer Resources
- 63.1K Get Help
- 383 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 451 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!