Is there a formula to use COUNTIF with OR?

I am trying to count rows base on if one of three columns have been completed. Two of the columns are checkbox datatypes and the other is text. If any one of them contains a value(or is checked) them I want it counted. Here's what I have:

=COUNTIFS([SAME PERSON]:[SAME PERSON], 1, [DON'T CREATE]:[DON'T CREATE], 1, [NEW ASSIGNEE EMAIL]:[NEW ASSIGNEE EMAIL], <>"")

This formula gives me the count if all criteria is met. When I attempt to add OR, I get an error. Any help will be greatly appreciated.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!