So you want a list of ID's on sheet two and when that ID is placed in column A on sheet1 you want the name associated with it to show in the adjacent cell in column B. Is this correct? If so, place this formula in cell B1 on sheet1 and copy down to B3. Or see attached.
![]()
=INDEX(Sheet2!B1:B3,MATCH(A1,Sheet2!A1:A3,0))
Bookmarks