I'm trying to add an "OR" value to a single column range in a COUNTIFS formula...

I have a formula that counts a row that's marked as "done" for me (by status = full), AND is equal to column "Media Type" (Value "Press Release"), AND marked finished in the last 30 days.

This is working now:

=COUNTIFS(Status:Status, ="Full", [Media Type]:[Media Type], ="Press Release", [Completion Date]:[Completion Date],

I'm trying to add the value "News Release on CHA.com" in the "Media Type" column to the total count in the formula.

So basically: "Count If media type is either Press Release or News Release on CHA.com, and marked completed in the last 30 days.)

I'm stuck here:

=COUNTIFS(Status:Status, ="Full", [Media Type]:[Media Type], ="Press Release", OR [Media Type:[Media Type] ="News Release on CHA.com", [Completion Date]:[Completion Date],

I'm not figuring this one out... Any help is appreciated!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!