Good day,
Use a helper column and then a simple MATCH & INDEX function to help drive ur exasperation away!
In Sheet 1, in say Column E (helper column) combine reults of column LAST & column FIRST by using the following
where Column A is Column LAST and Column B is Column FIRST. This will give you a unique combination of last and first names.
Then on Sheet 2, use the following
=INDEX(Sheet1!C:C,MATCH(CONCATENATE(A1,B1),Sheet1!E:E,0)) to pull up STATUS and
=INDEX(Sheet1!C:C,MATCH(CONCATENATE(A1,B1),Sheet1!E:E,0)) to pull up BADGE ID
Show your appreciation - Press the star icon if this post has been helpful
Bookmarks