Hello Smartsheet experts,
I am trying to write a formula that accomplishes the following in a health column with the Red, Yellow, Green, and Blue options...
Status "Complete" = Green
Status "On Hold" = Blue
Finish "Blank"(or "") = "Blank"(or "")
Status "In Progress" AND Finish is greater than Today, Green
Status "In Progress" AND Finish is within 2 days of Today = Yellow
Status "In Progress" AND Today is 3 or more days past Finish = Red
I must be getting caught up in the correct order of how to enter these Nested Ifs. Any help is appreciated!