A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Put following in A2 of second sheet and drag down -
=IFERROR(INDEX(Sheet1!A:A,MATCH(B2,Sheet1!B:B,0)),"")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have 159 employees and we have assigned each employe an EmployeeId.
So I have a worksheet that has 2 columns. Column A is the new EmployeeID and column B is the employee name. I have second worksheet that has just over 23,000 rows. Each employee has hundreds of rows.
What I need to do is come up with some sort of formula that I can put in column A of worksheet 2 (the one with the 23,000+ rows) that will look at column B of worksheet 2 (this column contains the employee names) then find the matching name in column B of worksheet 1 and return the correct EmployeeID from column A.
Not sure if this is possible but if so would be an incredible time saver.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Put following in A2 of second sheet and drag down -
=IFERROR(INDEX(Sheet1!A:A,MATCH(B2,Sheet1!B:B,0)),"")
Thank you so much. What a time saver