Hi, I'm struggling to have a working formula that would meet the conditions I am trying to have shown.
The 6 statuses are: Not Started, In Progress, Completed, Cancelled, On Hold, Delayed
So here's the logic I'm trying to apply:
- If all children are Not Started, the parent is Not Started
- If all children are In Progress, the parent is In Progress
- If all children are Completed, the parent is Completed
- If all children are Cancelled, the parent is Cancelled
- If all children are Completed OR Cancelled, the parent is Completed
- If all children are Completed OR Delayed, the parent is Delayed
- If all children are Completed OR On Hold, the parent is Delayed
- If one child is In Progress, the parent is In Progress
Appreciate the help and support!