What formula to use to change R,Y,G status?

Myles Armstrong
Myles Armstrong ✭✭✭
edited 03/06/24 in Smartsheet Basics

I need a formula that will change the RYG status in the PO Status Column to yellow if the milestone complete column is unchecked on the date that is in the "End Date" column. Essentially, I want to automate the status. If the milestone is not marked complete by the end date, change the PO Status column from green to yellow.

Answers

  • AravindGP
    AravindGP ✭✭✭✭✭✭

    Hi @Myles Armstrong


    You can use this formula. The formula will change the PO Status to Yellow when Milestone complete is unchecked and End Date is equal to or less than today (i.e., in the past). It will remain green otherwise.


    =IF(AND([Milestone Complete]@row = 0, [End Date]@row <= TODAY()), "Yellow", "Green")

    Thanks,

    Aravind GP| Principal Consultant

    Atturra Data & Integration

    M: +61493337445

    E:Aravind.GP@atturra.com

    W: www.atturra.com