enter
=INDEX(List!A:A,MATCH(A2&B2,List!B:B&List!C:C,0))
as an array formula
Using Control + Shift + enter
to get
{=INDEX(List!A:A,MATCH(A2&B2,List!B:B&List!C:C,0))}
you can change the A:A and B:B and C:C to an actual range you are likely to use - that would be better
Bookmarks