Combining If and AND statements

I cannot seem to get this formula to work no matter how I set it. I am trying to combine three columns to get an outcome.

If CK Type is Hypertension AND Ed language is English, AND Cuff size is Large, then the outcome would be "Hypertension English Large"

There are 4 possible outcomes.

All data in the screenshot is made up.

Thank you!

=IF(AND([CareKit Type Requested]@row = Hypertension, [CareKit Educational Language]@row = English, [Blood Pressure Cuff Size]@row = Standard Cuff (<16.5 in.), = "Hypertension Standard English", IF(AND([CareKit Type Requested]@row = Hypertension, [CareKit Educational Language]@row = Spanish, [Blood Pressure Cuff Size]@row = Standard Cuff (<16.5 in.), = "Hypertension Standard Spanish", IF([CareKit Type Requested]@row = Hypertension, [CareKit Educational Language]@row = English, [Blood Pressure Cuff Size]@row = Large Cuff (>16.5 in.), = "Hypertension Large English" IF(AND([CareKit Type Requested]@row = Hypertension, [CareKit Educational Language]@row = Spanish, [Blood Pressure Cuff Size]@row = Large Cuff (>16.5 in.), "Hypertension Large Spanish")))))))

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!