IF Formula Creation
Having a hard time grouping the portions of the formula correctly. Here are the conditions:
- If Phase@row = "Phase One" and Status@row <> "Approved by RSA/BU" or "Pre-Existing Solution", then "High"
- If Phase@row = "Phase Two" and Status@row <> "Approved by RSA/BU" or "Pre-Existing Solution", then "Medium"
- If none of the above, leave blank
Best Answer
-
Hi Emily!
Try this:
=IF(AND(Phase@row = "Phase One", Status@row <> "Approved by RSA/BU", Status@row <> "Pre-Existing Solution"), "High", IF(AND(Phase@row = "Phase Two", Status@row <> "Approved by RSA/BU", Status@row <> "Pre-Existing Solution"), "Medium", ""))
Megan Ryzenga | Medical Education Analyst
3M Health Care, Medical Solutions Division
She/Her
Answers
-
Hi Emily!
Try this:
=IF(AND(Phase@row = "Phase One", Status@row <> "Approved by RSA/BU", Status@row <> "Pre-Existing Solution"), "High", IF(AND(Phase@row = "Phase Two", Status@row <> "Approved by RSA/BU", Status@row <> "Pre-Existing Solution"), "Medium", ""))
Megan Ryzenga | Medical Education Analyst
3M Health Care, Medical Solutions Division
She/Her
-
@Megan Ryzenga Thank you! This works great :-)
Help Article Resources
Categories
Check out the Formula Handbook template!