If function for issue flagged

Options
Swamfax
Swamfax
edited 12/09/19 in Smartsheet Basics

Dear,

I just wrote the below  formula that update the status with RYBG indicators. however, I am having issue with the last if function of the formula "Flag Issue" part. I want the status to change to red when an issue is flagged or checked and it is not working. Can any one please help.

=IF(Status2 = "In Progress", "Green", IF(Status2 = "At Risk", "Red", IF(Status2 = "Complete", "Blue", IF(Status2 = "Not Started", "", IF([Start Date]2 < TODAY(), IF(Status2 = "Not Started", IF([End Date]2 < TODAY(), "Yellow", IF(Status2 = "In Progress", IF([End Date]2 < TODAY(), "Red", IF([End Date]2 > TODAY(), "Green", IF(Issue2 = 1, "Red", "Green")))))))))))

Regards,

 

Michael

Comments