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.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!