I'm trying to accomplish two things:
First, for the "Status Visual" column, I'm trying to state the following formula:
- If the "Task Finish" is 3 days overdue, and the "Task Status" is not "Complete" the ball should be red.
- If the "Task Finish" is 1 day overdue, and the "Task Status" is not "Complete" the ball should be yellow
- If the "Task Finish" is a date in the future, and does not meet the above criteria, and "Task Status" is "in progress" it should be "Green"
- If the "Task Status" is "Complete", ball should be blue.
- If it does not meet the above criteria, it should be blank.
Second, for the parent line (row 1 Status Visual Column):
- Looking at the following hierarchy:
- If If any of it's children are red, it should be red.
- If there are no red, but there are children that are yellow, it should be yellow.
- If there are no red or yellow, it should be green, if the project is "In Progress"
