Hi All,
In the formula:
IF(AND({Approved} = 1, OR({Project Manager} = “John Doe”, {Assigned Staff} = “John Doe”)), “true”)
I’m trying to figure out how to change the = to contains. For example, Assigned Staff is a Collaborator Field and might contai...