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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!