Formula to add if there are one of three values in a range AND a single value in a second range

Options

I have a range with includes Open, Client Assigned and Cerner Assigned. In a second range, I want to find only items that have one of the three values in range 1 AND a value of Critical in range 2. Does anyone know how to do this?

Answers

  • Melissa Boehl
    Melissa Boehl ✭✭✭✭✭✭
    Options

    @SConsulting I am not sure what you want to return if your criteria is met but in the formula I built, I just used true and false. You can adjust this to reflect whatever data you wish to return. Try this: =IF(AND(OR([Range1]@row = "Open", [Range1]@row = "Client Assigned", [Range1]@row = "Cerner Assigned"), [Range2]@row = "Critical"), "TRUE", "FALSE")

    Melissa Boehl

    Smartsheet Architect | TurningPoint Energy

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!