I have the following Roll-Up formula for Status
=IF(COUNT(CHILDREN()) = COUNTIF(CHILDREN(), "Complete"), "Complete", IF(OR(CONTAINS("In Progress", CHILDREN()), AND(COUNTIF(CHILDREN(), "Complete") > 0, COUNTIF(CHILDREN(), "Not Started") > 0)), "In Progress", "Not Started"))
I want to add a status called "Not Applicable" - since not all line items off the my template PP apply to all projects.
What would the formula be in adding this additional status - and for roll up to remain accurate?
What would the master - top line - roll up formula be, so it would essentially ignore any "Not Applicable"