Can I Use Join/Collect in a Row Range?
I have a sheet that has many columns, and I need to pull data from specific columns if the value is not blank. Can I use a Join / Collect formula to pull the data in specific columns into a single column for reporting?
Example:
My goal is to have a list of Items, skipping the cost data points.
Answers
-
Join/Collect can get a little tricky when you only want to use certain cells/columns, but in this case we can get around that by specifying only cells that are text in the collect:
=JOIN(COLLECT([Item A]@row:[Item B Cost]@row, [Item A]@row:[Item B Cost]@row, ISTEXT(@cell)), ", ")
-
Thank you Carson. I learn more from community champions all the time.
-
Happy to help! 👍
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!