How do I join specific cells from multiple sheets?

The question seems simpler than the outcome I'm hoping for. I need to combine distinct project types from multiple columns on multiple sheets. I know I need to use Join, Collect, Distinct, and potentially others, but I'm struggling with making it work the way I want it to. This is what I have:

This sheet will be duplicated each year to track projects at different locations. I want to be able to pull the distinct "Project Types" together without duplicates so we can see the different projects at the locations over time without the same project that carried over into the next year being counted twice. There will be "Project Type", "Project Type 2", and "Project Type 3" for each location each year, so just collecting the whole column doesn't seem like it would work. As I said above, I'm trying to combine multiple cells from multiple sheets. I'm creating a sheet to use as a hub for this information which is where the formula I'm trying to create will go.

=JOIN(DISTINCT(COLLECT({2024 Project Type}, Branches@row={2024 Branches@row}))", ")

I feel like I'm probably way off. Any direction or advice is appreciated.

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!