How to do index match based on two columns
I have two sheets. One that has just first name and last and the other which I will call the source file that has first name, last, phone numbers and a lot of other things. I am trying to see if there is a formula in which I can use Index Match to check both the First Name and Last Name to return the phone number from the source file.
Best Answer
-
Hi @ealexis
You can use Index/collect. Your formula would be =INDEX(COLLECT({Phone number column reference}, {First name column reference}, [First Name]@row, {Last Name column reference}, [Last Name]@row), 1)
Thanks,
Aravind GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Answers
-
Hi @ealexis
You can use Index/collect. Your formula would be =INDEX(COLLECT({Phone number column reference}, {First name column reference}, [First Name]@row, {Last Name column reference}, [Last Name]@row), 1)
Thanks,
Aravind GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
Hi Aravind,
Thank you so much! I understand this formula and it works!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!