I have this formula that works as it is:
=COUNTIFS([Priority Type/Level]:[Priority Type/Level], "1_Tier 1: Priority Project", [Stakeholder Department(s)]:[Stakeholder Department(s)], FIND("Legal", @cell) <> 0)
but instead of having it limited to only "1_Tier 1: Priority Project" projetcs, I need ot expand it to include all values listed below that are present in the "Priority Type/Level" column:
"1_Tier 1: Priority Project"
"2_Tier 2: Priority Project"
"3_Tier 3: Unprioritized"
"6_New Project Request"
"7_Parked"
"8_Completed"
"9_Cancelled"
Any assistance would be greatly appreciated!