A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Try this
=VLOOKUP(A1,Sheet2!$A$1:$B$20,2,FALSE)
If this post answers your question, please mark it as the Answer.
Mike H
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am looking for solution for small query....
I have 2 sheets (Sheet1 and Sheet2)..
In Sheet1 I have Student# column alone
In Sheet2 I have Student# with CenterName columns
Now I want to compare Student# which is in Sheet1 with Sheet2(Student#), if the Student# is same in Sheet1 and Sheet2 then I need to pick the CenterName from sheet2 and I need to save data by creating another column with the name as CenterName in sheet1.
I am looking for some formula or Macro...please help me...
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
Hi,
Try this
=VLOOKUP(A1,Sheet2!$A$1:$B$20,2,FALSE)
If this post answers your question, please mark it as the Answer.
Mike H