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
- 64.2K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!