HELP with formula - Countifs which counts total with 3 criteria met
I can get two criteria to work with the first part of this formula but when I add the third condition I get an error.
=COUNTIFS({Return Mail Deep Dive Can Remail}, "Yes", ({Return Mail Deep Nixie Reason}, HAS(@cell, [Primary Column]@row), ({Return Mail Deep Dive Grouped Findings}, HAS(@cell, [Grouped Findings]@row))))
Can someone help me with what I'm not doing correctly?
Best Answer
-
Looks like a parenthesis issue, give this a try:
=COUNTIFS({Return Mail Deep Dive Can Remail}, "Yes", {Return Mail Deep Nixie Reason}, HAS(@cell, [Primary Column]@row), {Return Mail Deep Dive Grouped Findings}, HAS(@cell, [Grouped Findings]@row))
This may help visualize why the extra parens would cause an issue:
Answers
-
Looks like a parenthesis issue, give this a try:
=COUNTIFS({Return Mail Deep Dive Can Remail}, "Yes", {Return Mail Deep Nixie Reason}, HAS(@cell, [Primary Column]@row), {Return Mail Deep Dive Grouped Findings}, HAS(@cell, [Grouped Findings]@row))
This may help visualize why the extra parens would cause an issue:
-
that worked perfectly! thank you 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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!