Join collect
The formula works on my test sheet when I refer to columns as A, B, C etc. when I use the actual column names on my in production sheet the formula is not working - please help!!!
This works -
=JOIN(COLLECT(A@row:F@row, A@row:F@row, NOT(ISBLANK(@cell))), " - ")
These don't
=JOIN(COLLECT([BASEMENT SOUTH-NORTH]@row:[2ND FLOOR SOUTH]@row, [2ND FLOOR SOUTH]@row:[14]@row, NOT(ISBLANK(@cell))), " - ")
=JOIN(COLLECT([7]@row:[12]@row, [7]@row:[12]@row, NOT(ISBLANK(@cell))), " - ")
Columns -
Room # for Report
Drop downs columns for each region of the building.
many thanks EW
Answers
-
It works for me when the range & criterion range are the same for COLLECT:
=JOIN(COLLECT([BASEMENT SOUTH-NORTH]@row:[2ND FLOOR SOUTH]@row, [BASEMENT SOUTH-NORTH]@row:[2ND FLOOR SOUTH]@row, NOT(ISBLANK(@cell))), " - ")
And I can't see anything wrong with your second formula that isn't working - appears to be working on my test sheet
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
thank you - trying again - must be something on the sheet that isn't matching. thank you thank you!
-
I must have been missing a comma or something because it is working - Many thanks!! EW
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!