Can INDEX / MATCH join more than one item?
The INDEX / MATCH works when I want to match each name with one team... but if I have all three names in one cell, can I get a return of all three teams associated with each name?
Answers
-
Try whit this instead;
Change the type of column for your formula to "Dropdown Multipick"
With a
=if([Name]@row="","",JOIN(COLLECT(Team:Team, [Name]:[Name], HAS([Name]@row, @cell)), CHAR(10))
Maybe you'll need to separate the name and TEAM reference from the column where you have multiple name.
=if([Name]@row="","",JOIN(COLLECT(Team:Team, [NameREF]:[NameREF], HAS([NameList]@row, @cell)), CHAR(10))
-
It worked! Thanks, Christian!
Although Smartsheet changed the formula somewhat to the following:
=IF(Names@row = "", "", JOIN(COLLECT(Team:Team, Names:Names, HAS(Names@row, @cell)), CHAR(10)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!