Hello,
I am trying to apply a health formula to a project plan and getting a blocked and incorrect Argument Set. Any ideas for why? Formula is below:
=IF(Children@row = 0, IF(Status@row = "Complete", "Green", IF(OR(AND(ISDATE(Finish@row), Finish@row < TODAY(), Status@row = "On Hold", [At Risk]@row = true), "Red", IF(AND(ISDATE(Finish@row), Finish@row < TODAY(5)), "Yellow", IF(OR(Status@row = "", Status@row = "Not Started"), "Gray", "Green")))), IF(COUNTIF(CHILDREN(), "Gray") = COUNT(CHILDREN()), "Gray", IF(AND(COUNTIF(CHILDREN(), "Green") > COUNTIF(CHILDREN(), "Yellow"), COUNTIF(CHILDREN(), "Green") > COUNTIF(CHILDREN(), "Red")), "Green", IF(AND(COUNTIF(CHILDREN(), "Red") > COUNTIF(CHILDREN(), "Green"), COUNTIF(CHILDREN(), "Red") > COUNTIF(CHILDREN(), "Yellow")), "Red", "Yellow")))))
Pictures for column in the sheet also attached.