Formula with two conditions met turning a ball green

Randy Van Winkle
Randy Van Winkle ✭✭✭
edited 12/09/19 in Formulas and Functions

Hello, I am trying to build a formula that will do the following:  

  • Yes/no drop down column = Yes
  • Verification check mark column = checked
  • Health symbol column turns green

If either column is blank the health stays blank.

Tags:

Comments

  • Chris McKay
    Chris McKay ✭✭✭✭✭✭

    Hi Randy,

    I was hunting back through the pages looking for unanswered threads and couldn't understand why this one had been orphaned.

    The formula you're looking to stick in the first row of the Health column is:

    =IF(AND([Yes/No]1 = "Yes", [Verification Check]1), "Green", "")

    Then drag it down as far as necessary.

    Kind regards,

    Chris McKay

    Down Under Smartsheet Support

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!