HELP with formula - Countifs which counts total with 3 criteria met

jcubsmoo
jcubsmoo ✭✭
edited 01/26/24 in Formulas and Functions

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?

Tags:

Best Answer

  • Carson Penticuff
    Carson Penticuff ✭✭✭✭✭✭
    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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!