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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!