Hi All, I have a project plan with a column called "Owner" that has a column type of contact list. The contacts are from multiple companies. It's a large project plan. I have created columns that have a column type of checkbox. I want to check the box if the owner is from a certain company (which can be determined by the email address from the contact list.
I first tried =CONTAINS("co01.com",Owner@row)
Then I tried =IF(CONTAINS("co01.com", Owner@row), 1, 0)
Also played with some variations but nothing is working. I'm probably missing something simple or maybe there is a better function to use. Any help appreciated.