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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 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!