COUNTIFS with AND OR in row

Hi, I am trying to count child rows ONCE where 'not applicable' is false AND either the 'override' is true OR the 'change default' is true. If both are true do not count twice. AI gave me the below formula but it is adding both true columns.

=COUNTIFS([Counter Helper]:[Counter Helper], @cell = "Account", [Change Enforcement Default]:[Change Enforcement Default], 1, [Not Applicable]:[Not Applicable], 0) + COUNTIFS([Override Policy (if available)]:[Override Policy (if available)], 1, [Not Applicable]:[Not Applicable], 0)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!