Thread: VLOOKUP matches
View Single Post
  #17   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default VLOOKUP matches

I am not sure whether you got your answer or not...
In case you did not then use this in E1 to get the first name for the number
in D1
=INDEX(A:C,D1,3)

If you want the last name too, then enter this in F1
=INDEX(A:B,D1,2)