Share via

Selecting same column value from Sheet1 and Sheet2..

Anonymous
2011-02-18T10:37:55+00:00

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...

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

Answer accepted by question author

Anonymous
2011-02-18T10:42:57+00:00

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

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful