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.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!