The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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...