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
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!