RGY Button Edit Needed

Options
hicksiechick
hicksiechick ✭✭
edited 03/25/25 in Formulas and Functions

How do I edit this formula to turn button yellow when due date is 5 days away.

=IF([% Complete]@row = 1, "Green", IF([End Date]@row < TODAY(), "Red", IF([End Date]@row = TODAY(), "Yellow", "Green")))

Thanks!!!

~ Carla

Best Answer

  • Isis Taylor
    Isis Taylor ✭✭✭✭✭✭
    Answer βœ“

    @hicksiechick The formula below should do it.

    =IF([% Complete]@row = 1, "Green", IF([End Date]@row < TODAY(), "Red", IF([End Date]@row <= TODAY() + 5, "Yellow", "Green")))

    Isis Taylor

    πŸŽ“οΈ Core App and Project Management Certified πŸ…

    🌟Peer Connect, Mobilizer, and Early Adopter Program

    Business Analyst Senior

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!