I'm working on a set of formulas that will find the tasks and list them for the exact matches of the below Department names (among many others). I' have a formula that will work for a few of them but not all of them. As you can see they have similar letters (EDI and IT) and the results they return overlap each other, or double-pull some values.
Credit
EDI
IT
Premedia
This is the formula I have used and works well for all of the other department names in the list, however, it does not work for the 4 listed above. (Also, the source list is a multi-select dropdown.)
=JOIN(COLLECT({Task}, {Dept.}, CONTAINS("Finance", @cell)), CHAR(10))