If with AND (add an OR?)
Chris Hallo
✭✭✭✭
Hi! Current formula below is in a separate column labeled Attestation? but is resulting in blocked. Really, the second criteria and third criteria should be if HRSA is either OLCP or OCS. What am I doing wrong?
IF(AND([Worker Type]:[Worker Type] = "Contingent Worker", [HRSA]:[HRSA] = "OLCP", [HRSA]:[HRSA] = "OCS"), "Yes", "No")
Answers
-
Hi, Try this:
IF(AND([WORKER TYPE]@ROW="Contingent Worker", OR(HRSA@ROW="OLCP",HRSA@ROW="OCS")),"Yes","No")
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thank you, Mark. However, that comes up UNPARSEABLE.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!