Health Formula

This is my current formula. I have added a drop down option in my status column "NA". I have also changed my health column to include a gray light option. Can someone help me add this to my current formula. IF (Status@row = "NA", "Gray".

=IFERROR(IF(Status@row = "Complete", "Green", IF(AND(Status@row = "Not Started", [Task Start Date]5 <= TODAY(5)), "Red", IF(AND(Status@row = "In Progress", [Task Start Date]5 <= TODAY(10)), "Yellow")))), "")

Tags:

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!