Review the formula that sets the color of the stoplight to not have Yellow as 'on track"
we are using this current formula: =IF([Start Date]1 - TODAY() > 10, "", IF(AND([Start Date]1 - TODAY() <= 10, [Start Date]1 - TODAY() > 0), "Blue", IF(OR([% Complete]1 = 1, [Start Date]1 = TODAY()), "Green", IF(AND([End/Due Date]1 < TODAY(), [% Complete]1 < 1), "Red", IF(AND([Start Date]1 < TODAY(), IF(Duration1 = 0, 0, (100 / (Duration1 / NETWORKDAY([Start Date]1, TODAY()))) / 100) - [% Complete]1 <= 0), "Green", IF(AND([Start Date]1 < TODAY(), IF(Duration1 = 0, 0, (100 / (Duration1 / NETWORKDAY([Start Date]1, TODAY()))) / 100) - [% Complete]1 >= 0.25), "Red", "Yellow"))))))
Issue: Yellow represents on track (Project Status/Stop Light Status). This is confusing to our Internal Team and Client. We are looking to have Green stop light as On Track. Could you please help me define the formula that can work for us. I have included screenshot below. Please let me know if you have further questions. I can reached at jishah@hcg.com Thank you so much for your help.