Smartsheet Community:
I am trying to Add a Condition to my Green Formula:
=IF([Schedule Variance]@row >= 0, "Green", IF([Schedule Variance]@row <= -7, "Red", "Yellow"))
I would Like it to Be Green Only if Schedule Variance is Greater Than or Equal to 0 AND % Complete (Actual) is Greater Than 0, Otherwise Blue in this Scenario.
Thanks For All Your Help.