Parent status based on Child status

Hi-

I am currently working on something for a group that does not want to automate their child task statuses. I have scoured the answers here to try and find anything that I can customize to work with their parent rows for an automated update, but I keep coming up a little short. I'm not sure if it's maybe too many combinations, or if I'm just not writing it out correctly so any help would be appreciated!

They have the following statuses on their sheet-

·        In Progress

·        On Deck

·        On Hold

·        Canceled

·        Complete

What I'm trying to show is -

·        If any children tasks are In Progress the parent=In Progress

·        If all children tasks are On Deck the parent=On Deck

·        If all children tasks are On Hold the parent = On Hold

·        If all children tasks are Canceled the parent=Canceled

·        If all children tasks are Complete the parent=Complete

·        If there is a combination of On Deck, On Hold, Canceled, and Complete parent=In Progress

·        If there is a combination of On Hold and Canceled OR On Hold & Complete, parent=On Hold

·        If there is a combination of Canceled and Complete parent=Complete

·        If the children rows are blank parent=blank or On Deck if blank is not possible

 

The other part I’m having an issue with is they wanted an auto-flag for At Risk, I’ve created that, but I’m not sure how to tie it into the status updates to show the parent as At Risk if the flag is checked.

Best Answer

Answers