Sheet Summary Field: COUNTIFS formula with multiple OR
Hello,
Looking for some help with a formula I would like to add as a sheet summary field for a report which will be used in a dashboard chart. I have used this formula before with other sheets (different columns and values) but it is not working in this sheet. This is the formula which I cannot figure out how to fix:
sheet summary field: Count Open IT Issues
=COUNTIFS([Status Text]:[Status Text], OR (@cell= "Active", @cell = "Triage"), [Resolution]: [Resolution], OR (@cell= "Data", @cell= "Bug", @cell= "Incident", @cell= "Access"))
I will be creating this chart. In this one example, I need to isolate the open IT Issues. So the formula should look at the Status column as well as the Resolution Type column to determine whether to count the row or not.
Please help! Thanks in advance.
--Lisa
Best Answer
-
It looks like you might have an extra space after each OR but before its opening parentheses...ex:
OR (
instead of
OR(
Can you check to make sure that there are no gaps between a function and its parentheses?
=COUNTIFS([Status Text]:[Status Text], OR(@cell= "Active", @cell = "Triage"), [Resolution]: [Resolution], OR(@cell= "Data", @cell= "Bug", @cell= "Incident", @cell= "Access"))
Paul, let me know if I'm missing something else 😉
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Are you getting an error or an incorrect count?
-
Hi Paul,
I am getting a "unparseable" message.
Thank you for taking a look at this.
--Lisa
-
It looks like you might have an extra space after each OR but before its opening parentheses...ex:
OR (
instead of
OR(
Can you check to make sure that there are no gaps between a function and its parentheses?
=COUNTIFS([Status Text]:[Status Text], OR(@cell= "Active", @cell = "Triage"), [Resolution]: [Resolution], OR(@cell= "Data", @cell= "Bug", @cell= "Incident", @cell= "Access"))
Paul, let me know if I'm missing something else 😉
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi Genevieve!
That's what it was! It's fixed now! Kicking myself for missing that, but grateful and happy to have help!!
Thank you so much! Hope you have a great day :)
--Lisa
-
Thanks for letting me know that worked! I hope you have a great day as well. 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
@Genevieve P. That's exactly what I was looking at but couldn't remember if that would throw an error or not.
-
thank you both for your help! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!