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
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!