Hello,
I'm trying to create a formula that pulls company names from a master into a separate if another column contains a certain project.
Here are the columns from the master. The Project/s or Relationship Column is a multiselect.
Here is the formula so far - =IF(CONTAINS("GO 2", {Projects}), ""{Company}","" )
The range Projects is all of the Project/s or Relationships column in my master and Company is the first row of the Company Name column in my master. Once I get the formula, I was going to make it a column formula. I'd like the formula to only return companies where "GO 2" is part of the list of projects.
Thanks!