Hello, I have a sheet that tracks event deliverables for 150 or so events each year. The way the sheet is set up each parent row is the event name, and then the children rows are each task for that event. I have a column for Status with the options for Complete, Not Started, and In Progress. I want to create a new column called Event Status that uses the RYG Balls to be able to collapse the children and see a broader view of the event status as a whole.
To do this, I'm trying to create a formula next to each parent row. I specifically want it to say that IF the due date is in less than 5 days and all children rows are marked complete, then green shows. Same goes for IF the due date is in less than 5 days and all of the children rows are NOT marked complete, then red shows. The third option is IF the due date is greater than 5 days and some children rows are marked complete then yellow shows.
Is all of that possible?