Multiple Conditions for RYG Symbols and IF Statements

Amy Evans
Amy Evans ✭✭✭

Hello,

Can you help with an IF statement where:

  • Statuses A, B, C, D = Green Dot
  • Status E = Yellow Dot
  • Status F = Red Dot

Thank you!

AE

Answers

  • AndrΓ©e StarΓ₯
    AndrΓ©e StarΓ₯ Community Champion

    Hi Amy,

    Try something like this.

    =IF(Status@row = "f"; "Red"; IF(Status@row = "e"; "Yellow"; IF(OR(Status@row = "a"; Status@row = "b"; Status@row = "c"; Status@row = "d"); "Green")))

    The same version but with the below changes for convenience.

    =IF(Status@row = "f", "Red", IF(Status@row = "e", "Yellow", IF(OR(Status@row = "a", Status@row = "b", Status@row = "c", Status@row = "d"), "Green")))

    Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.

    Did that work?

    I hope that helps!

    Be safe and have a fantastic week!

    Best,

    AndrΓ©e StarΓ₯

    Workflow Consultant / CEO @ WORK BOLD

    βœ…Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

  • Amy Evans
    Amy Evans ✭✭✭

    AndrΓ©e -- Superb! Totally worked.

    Thank you!

  • AndrΓ©e StarΓ₯
    AndrΓ©e StarΓ₯ Community Champion

    Excellent!

    Happy to help!

    βœ…Remember! Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!