JOIN COLLECT excluding value on current row.
Sam Swain
✭✭✭✭
Hello all,
I have a working formula but I want to not JOIN COLLECT the value on the current row (@cell)
e.g. in the clashes column, row 3 would just return 'Sub Task 1' and row 4 and 5 would be blank
My formula:
=JOIN(COLLECT([Project Name]:[Project Name], [Person 1]:[Person 1], [Person 1]@row, Start:Start, Start@row >= @cell, Finish:Finish, Finish@row <= @cell), " ● ")))
Tags:
Best Answer
-
I would insert an auto-number column and then include this in the COLLECT function:
…[Auto-Number]:[Auto-Number], @cell <> [Auto-Number]@row…
Answers
-
I would insert an auto-number column and then include this in the COLLECT function:
…[Auto-Number]:[Auto-Number], @cell <> [Auto-Number]@row…
-
Worked perfectly. Thanks Paul
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!