I use (A1) as a search box to look up a reference in column B and return the answer (staff name) in from column C. On some occassions the reference can appear in column B more than once.
The below formula appears in A2, and will only show the first match if references appear more than once. I would like cell A3 to contain, a formula to show the second match, and cell A4 to show a third match. Does anyone know a formula which can do this?
=IF($A1=0,"",VLOOKUP(A1,B1:C10,2,FALSE))
Bookmarks