Hi,
We have a formula to calculate RGY based on Start date, End date and % complete : =IF([Target Start Date]@row > TODAY(), "Yellow", IF(AND([% Complete]@row < 1, [Target End Date]@row < TODAY()), "Red", "Green"))
Additionally, would like to change the color based Task status (Not Started, In Progress, Completed)
if the start date , end date within range and % complete below 100%, Task status=in progress: Yellow
if the start date , end date within range and % complete 100%, Task status=Completed: Green
if the start date , end date within range and % complete below 100%, Task status=Not Started: Blue
if the start date , end date exceeds range and % complete below 100%, Task status=Not Started/ In progress: RED