Hello,
I have a formula that is working, but I need to add an OR statement in the priority so the function detects that the if the priority is "Critical" or "Blocker" it will be counted. Here is the formula below, can somebody please help me on where to add the OR statement?
=COUNTIFS({Service Provider Name}, CONTAINS([Partner Name]@row, @cell), {Priority}, "Critical", {Status}, <>"Closed", {Status}, <>"Completed", {Status}, <>"Canceled", {Status}, <>"Duplicate", {Status}, <>"Resolved", {Issue Type}, "Bug", {GSP If Parent}, "0")
OR({Priority}, "Critical", {Priority}, "Blocker"))
Thank you!