Match first & last name return value

excelnewbie12345

New member
Joined
Jun 25, 2019
Messages
8
Reaction score
0
Points
0
Excel Version(s)
16.24
I am trying to match a last and first name (just a few letters of the first name) and the return value is the ID number. I can't get this to work... is index match the best way or vlookup???

Here is my example. The formula is within the spreadsheet.


Thank you!
 

Attachments

  • Example1.xlsx
    10.7 KB · Views: 14
This maybe:

=LOOKUP(2,1/((A2=Sheet1!A:A)*(B2=Sheet1!B:B)),Sheet1!C:C)
 
Back
Top