Cross-sheet formula based on multiple conditions
Trying to create a cross-sheet formula based on multiple conditions in one sheet to join values from multiple cells into a single cell in a different sheet.
In Sheet #1, if the Status Column = Confirmed will use Join(Collect) formula to pull all Speaker Code values (separated by a comma) into field into Sheet #2 Speaker Code field. Match based on session # which could have multiple rows in sheet #1 but only listed once on Sheet #2.
I know how to do the Join(Collect) formula just not sure how to ask to join based on session # cross sheets.
Example: In sheett #1,3 rows are associated with Session #1, 2 have Status = Confirmed. Want JulieBrenier,JaneDoe to populate in a field in Sheet #2 Speaker Code field in the Session #1 row.
Sheet #1 -
Sheet #2
Hope this makes sense!
Answers
-
=JOIN(COLLECT({Speaker Code}, {Session #}, [Session ID]@row, {Status}, "Confirmed"), ",")
I included only the relevant information in the screenshots.
-
Does using { } pull from the full column? So {Speaker Code} tells to look at all rows in that column?
-
Yes, as long as you have setup the reference to the other sheet for the column. {Status} as a cross sheet reference is essentially the same as saying [Status]:[Status] inside the same sheet.
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
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!