Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Trouble creating exact match formulas to list tasks associated with specific departments.

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))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions