Hi there!
I'm trying to write a Join Collect Formula that will return the associated departments with a project based on the Owners noted on the project.
The Departments column is a multi-select drop-down, and the Owners column is a Contact List contact.
My reference sheet shows the Department and associated contact(s) that would be connected to that project.
Based on what I saw in the forums, I wrote something like this:
=JOIN(COLLECT({YE Departments}, {YE Department Contact}, HAS(Owner@row, @cell)), ";")
In another post, it looks like there's a way to pull multiple dropdown "tools" based on the name. I'm trying to replicate that, except pulling departments based on all the names in the owner field. Is there something I'm missing?