=COUNTIFS([Phase]:[Phase], OR(2", "3", "4"), [Project Status]:[Project Status], "green")
When I input this formula I am getting a message back reading "#UNPARSEABLE". The part that I am struggling with is the OR statement. Is an OR statement possible within Countifs?