I want it so that if any child task is 'in progress', the parent row shows as 'in progress'. (Shot 1)
I can get the first part of this set up in an individual task by using =IF(COUNTIFS(CHILDREN(), "In Progress") > 0, "In Progress". (Shot 2)
BUT then when I try to apply it to the entire column/sheet, gets rid of the other statuses in the Status column (Not Started, Complete) (Shot 3)
What does the rest of my formula need to be?