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?