I am having trouble creating formula that adds two fields. The first field must contain the word strategy, and the second field can be one of several status. Here is one attempt of the formula:
=COUNTIFS([Project Type]:[Project Type],CONTAINS("Strategy", @cell), AND(COUNTIFS([Project Phase]:[Project Phase], “Execution”, [Project Phase]:[Project Phase], “Planning”, [Project Phase]:[Project Phase], “Initiation”, [Project Phase]:[Project Phase], “Vendor Selection”, [Project Phase]:[Project Phase], “Monitoring/Controlling”, [Project Phase]:[Project Phase], “Combined into another Project”, [Project Phase]:[Project Phase], “On-Hold”))))
Not sure where this failing