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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!