JOIN & CHAR and blank cells
Hi - I am joining cells in a row that may or may not be populated with data. I need to pull them all into a single cell to map to a document. I've managed to pull them all in using this formula:
=JOIN([PF Employee Health & Knowledge]@row:[PF NSM Logs]@row, CHAR(1))
The issue happens with mapping. When a cell in the row is blank, I get a blank space in the document. I'm wondering if there is a way to omit the blank cells. I'm assuming some kind of nested IF, or better yet a simpler solution.
Thanks!
I actually managed to figure it out thanks to another user's question!
=JOIN(COLLECT([PF Employee Health & Knowledge]@row:[PF NSM Logs]@row, [PF Employee Health & Knowledge]@row:[PF NSM Logs]@row, NOT(ISBLANK(@cell))), CHAR(10))
Answers
-
Awesome, glad you got it figured out!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!