Hi I need help with the below formula please?
I would like to return values that have Triage, ARB Approval, Business Case, FinRev Approval and CIC Approval selected
=COUNTIFS({Tech Lead}, FIND(Metric@row , @cell ) > 0, {Intake Status}, FIND("Triage, ARB Approval Buisness Case FinRev Approval CIC Approval", @cell ) > 0)
Thanks