Hi I am trying to count project health indicators ,
But only i certain sections of my project plan.
I can get a basic countsif formula to work:
=COUNTIFS({Project Plan - Health}, =Metadata@row) + 0.0001
I can also get it to work with just one section :
=COUNTIFS({Project Plan - Health}, =Metadata@row, {Project Plan - Phase Helper}, ="Milestones") + 0.0001
But when i try to get selected data i fail!
I tried this :
=COUNTIFS({Project Plan - Health}, =Metadata@row, {Project Plan - Phase Helper}, ="Milestones, and {Project Plan - Phase Helper}, ="ORDERING" and {Project Plan - Phase Helper}, ="Customer Communications”) + 0.0001
What am i doing wrong? Can anyone help please?
Thanks
Paul