Smartsheet Community:
I am Trying Have My Rag Change to Not Started When The Following Conditions Are Met and Add it to My Existing Formula:
IF(AND([Schedule Variance]@row = 0, [Progress Status]@row = "Not Started", "Not Started"
I Keep Receiving a Green Instead of Not Started. Her is My Complete Formula Below:
=IF([% Complete (Actual)]@row = 1, "Blue", IF([Schedule Variance]@row = 0, "Green", IF([Schedule Variance]@row > 0, "Green", IF(AND([Schedule Variance]@row = 0, [Progress Status]@row = "Not Started", "Not Started", IF([Schedule Variance]@row <= -7, "Red", "Yellow"))))))
Thanks