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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!