if formula


HI Guys


Looking for 3 formulas ( cant get mine to work)


1st one -- when status is Closed RYG must be green - when status in open must be red and when pending must be orange

2nd one

when "action Required" is blank status must be "No Action Required" when Action Required is not blank then

Status should say "Action Required" SECOND PART of the formula - when Action Taken is not blank the status should say "closed"

Best Answers

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭
    Answer βœ“

    Hi,

    Try:

    For RYG:

    =IF(status@row="closed", "green", IF(staus@row="open", "red", "orange"))

    For Status:

    =IF(ISBLANK([action required]@row), "No Action Required", IF(NOT(ISBLANK([action taken]@row)), "Closed", "Open"))

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭
    Answer βœ“

    Hi Sue, Get it to work? Thank you for contributing to the community.

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!