Return Multiple Values with Index/Match or VLOOKUP
Hi all,
I'm working to develop a system where Smartsheets will collect all matching names (First Last in the same cell) and list them together based on what company they work for (listed in an adjacent cell).
INDEX/MATCH shows promise, I've used it before as an array formula in Excel however in Smartsheets I cannot figure out how to get it to return anything but the first found value as I drag the formula down. Any ideas/alternatives? I'd prefer not to use reports, this is going to be a template and I'd like it to be as flexible as possible, and have the criteria based on data within the sheet itself.
For an added level of complexity of course I'm referencing data in another sheet.
Here's what I have written so far:
=INDEX({Executive Summary Range 7}, MATCH([Column2]$1, {Executive Summary Range 8}), 0)
Is there a way to use a helper column with unique number identifiers in conjunction with the INDEX/MATCH? I'm at a loss. Thanks in advance!
Answers
-
Take a look at a JOIN/COLLECT. It will allow you to pull multiple values based on the criteria as opposed to the first found with an INDEX function.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!