VLOOKUP with multiple search criteria
I am trying to do a VLOOKUP but matching multiple criteria. For example, a name and phone number need to match in the table to result in the corresponding weight of said person.
Answers
-
What you need in this instance is an INDEX/COLLECT.
=INDEX({Weight Column}, {Name Column}, @cell = Name@row, {Phone Number Column}, @cell = [Phone Number]@row), 1)
-
That didn't work :-(
It needs to display the weight of the person if the name, phone number, and a date match.
-
Then you would just need to add another range/criteria set for the date.
=INDEX({Weight Column}, {Name Column}, @cell = Name@row, {Phone Number Column}, @cell = [Phone Number]@row, {Date}, @cell = Date@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 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!