Use a Lookup to Return Multiple Matches?
Julia Bennfors
✭✭✭
What replaces/is equal to the "row function"? I am trying to look up data with various criteria and array those multiple matches into separate cells? Using the article and formula below, I tested it in excel with my data and it worked.....I just cant translate here. Can you use the example below as the demo when showing formulas for SS. Please & Thanks!
=INDEX($B$3:$B$37,SMALL(IF(D$2=$A$3:$A$37,ROW($B$3:$B$37)-2,""), ROW()-2))
Tags:
Best Answer
-
=index(collect($A:$A,$B:$B,@cell = D$2),1)
Give that a try. Increase the 1 to reflect the next value for each row.
Answers
-
=index(collect($A:$A,$B:$B,@cell = D$2),1)
Give that a try. Increase the 1 to reflect the next value for each row.
-
Thank you so much! This worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!