Removing commas if a field being joined is blank?

Have a "Reason for DQ" field that aggregates responses from hidden helper columns (finds fields with "bad" conditional formatting).
What it looks like unhidden:
I'm so close...but so far...how do I keep the commas separating data but remove them if the fields are blank? Forumula being used below:
=JOIN([Pre-Bid helper]@row:[Crimes Helper]@row, ",")
Best Answer
-
Hi @MTaber
Try using this formula
=JOIN(COLLECT([Pre-Bid helper]@row:[Crimes Helper]@row, [Pre-Bid helper]@row:[Crimes Helper]@row, NOT(ISBLANK(@cell))), ", ")
Parul Mishra
Answers
-
Hi @MTaber
Try using this formula
=JOIN(COLLECT([Pre-Bid helper]@row:[Crimes Helper]@row, [Pre-Bid helper]@row:[Crimes Helper]@row, NOT(ISBLANK(@cell))), ", ")
Parul Mishra
-
Worked beautifully, thanks @parulmishra
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!