Hello,
I am trying to determine how to get the RYG formula to calculate correctly for my child rows. The following is my formula and I have attached an image of my current sheet. (Thank you in advance).
=IF(Status@row = "Complete", "Green", IF(OR(Status@row = "In Progress", [End Date]@row > TODAY()), "Green", IF([End Date]@row < TODAY(), "Red", IF([End Date]@row = TODAY(), "Yellow", IF(OR(Status@row = "Not Started", [End Date]@row < TODAY()), "Green", IF([End Date]@row > TODAY(), "Red", IF([End Date]@row = TODAY(), "Yellow")))))))