Need help with a formula for the "Yes, No, Hold" column

I am using the below formula to change the Status Column from "Yes, No, Hold" depending on the various license status'. The part of the formula that is not working is " IF(AND([GL Status]@row = "Expired", [WC Status]@row = "Expired", [Lic. Status]@row = "Expired"), "No" " i have a couple rows that have expired status' but it is not changing the Status Column to "No"

=IF(OR([GL Status]@row = "Requested", [WC Status]@row = "Requested", [W-9]@row = 0), "Hold", IF(AND([GL Status]@row = "Active", [WC Status]@row = "Active", [Lic. Status]@row = "Active"), "Yes", IF(AND([GL Status]@row = "Expired", [WC Status]@row = "Expired", [Lic. Status]@row = "Expired"), "No")))

Answers

  • ShelbyWarren
    ShelbyWarren ✭✭✭✭✭

    @SvannahBM It looks like the "W-9" reference is missing from the portion of the formula you mentioned in your first paragraph. So when the W-9 is not 1 (checked) the status will be "Hold"

    If you add the W-9 column to your formula with the correct criteria it should work out.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!