I have two lists of names. List A (A large list of 5000 names) and List B (a small list of only 20 names).

I would like to find the very first occurence of any name from List B in list A.

It sounds quite simple, but I can't think of a formula to do this.

Is there an easy one?