Formula to collect nonblank values in assigned to column for sheet summary

Hello,
I'm hoping for some help or prior experience with a layered formula I am trying to create. I would like to pull all of the names assigned to tasks into a sheet summary field where the value is not blank. Ideally the formula would only pull unique values. I was trying to work with combinations of the INDEX, COLLECT, NOT, ISBLANK, and DISTINCT functions but can't seem to get the right combination; also am not sure if there is a better and less complex way to go about this. Any guidance would be much appreciated.
Best Answer
-
Try something like this:
=JOIN(DISTINCT(COLLECT([Assigned To]:[Assigned To], [Assigned To]:[Assigned To], @cell <> "")), CHAR(10))
Answers
-
Try something like this:
=JOIN(DISTINCT(COLLECT([Assigned To]:[Assigned To], [Assigned To]:[Assigned To], @cell <> "")), CHAR(10))
-
@Paul Newcome Amazing, that worked without any modification!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!