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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!