Hi,
I'm trying to count the number of accounts using Experiencia with following criteria:
Rounding Status is Operational AND EHR Status is NOT Operational. I'm getting an unparseable error with this formula:
=COUNTIF([Experiencia Rounding Status]@row = "Operational", [EHR Integration Status]@row <> "Operational")
Next, I want to count the number of Plus accounts but am also getting an unparseable error.
=COUNTIF([EHR Integration Status]@row= "Operational")
I'm not using cross-sheet references in either formula.
Thanks for your help!