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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 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!