I need a formula for my parent line with all possibilities of child line combinations
My current statuses are:
Not Started
Completed
In Progress On Track
In Progress Potential Risk
Overdue
I got this part done;
If all child lines are completed return Completed
If all child lines are Not Started return Not Started
If all child lines are In Progress On Track return In Progress On Track
If all child lines are In Progress Potential Risk return In Progress Potential Risk
If any child lines are Overdue return Overdue
This is where I get hung up .
If there are a mix of Not Started and Completed return In Progress On Track
If there are a mix of Not Started and In Progress Potential Risk return In Progress Potential Risk
If there are a mix of Not Started and In Progress On Track return In Progress On Track
If there are a mix of Completed and In Progress On Track return In Progress On Track
If there are a mix of Completed and In Progress Potential Risk return In Progress Potential Risk