Hi Smartsheeter's
Please help me figure out what the problem is. I am using the formula to show row's Status:
= IF (OR ([% Complete] @row = 1, [Start date] @row> TODAY ()), "Green", IF (Status @ row = "Not started", "Gray", IF (AND ([ Due date] @row> TODAY (), [% Complete] @row <0), "Gray", IF (Status @ row = "At risk", "Red", IF (AND ([Due date] @row = TODAY (), [% Complete] @row <0.5), "Red", IF ([% Complete] @row <0.75, "Yellow", IF (AND ([Due date] @row = TODAY (7), [ % Complete] @row <0.25), "Red", IF ([% Complete] @row <0.5, "Yellow", "Green"))))))
Lines 20-22 and 25-31 (Not Started) still do not respond to changes in the Status and % Complete columns. File attached
Is there a mistake in the formula?
Thanks in advance