I have a Metrics Sheet (named "Escalation Metrics") where I could up all my metrics (most are words rather than numbers. so this allows me to easily create a dashboard based on data that does not contain numbers. My current formula is:
=COUNTIF({Type of Escalation}, [Metric Name]@row)
And I want to add the criteria that the "Status" must be "Open". When I try to add this to the end:
, {Status}, ="Open") I get error messages. That last portion was taken from an Aging metric, which requires one of the criteria to be that the status is Open.
Thanks in advance!!!!!