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
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!