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.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!