Count when 2 Conditions are met

I have a field called Status & a field call Health (using RYG symbols)

This =COUNTIF(Health:Health,"Green") counts the symbols correctly.

But I am trying to count Status "Open" that have a Health "Green".

So I tried using COUNTIFS

=COUNTIFS([Health:Health],"Green",[Status:Status],”Open”)

Gives #UNPARSEABLE 😕 Can anyone help?

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!