Hello All,
I am trying to write a formula on a Status column. the conditions are:
Not Started | if planned start date is in the future and actual start date is blank. |
---|
In Progress | if actual start date is not blank and its not pasted planned start date |
Delayed | if actual start date is blank and today's date is passed planned start date |
Past Due | if you go past the planned end date and there is no actual end date populated |
Completed | if actual end date is filled in |
also i want to include a children function in the formula. lets say a parent task has 2 or more children tasks that have any of the above statuses than change the parent status to the 2 or more children statuses.
Example: Parent task has 5 child tasks. if two or more of those child tasks have a Delayed status based on the conditions above than change the parent status to Delayed.