Okay,
I have 2 worksheets
Worksheet "A"
Column B = Name
Column C = Unique number
Woorksheet "B"
Column A = Name
Column B = Unique number
How can I get Worksheet A, Column A (Name) to display the Worksheet B, Column A (Name) using the Unique number in Worksheet A Column B as the Lookup criteria?
This is what I've tried in cell A1 of Worksheet "A"
=VLOOKUP(B2,'Worksheet B'!$A$1:$B$2225,1,FALSE)
I've also tried it without the $
=VLOOKUP(B2,'Worksheet B'!A1:B2225,1,FALSE)
Any ideas where I'm going wrong?
I have 2 worksheets
Worksheet "A"
Column B = Name
Column C = Unique number
Woorksheet "B"
Column A = Name
Column B = Unique number
How can I get Worksheet A, Column A (Name) to display the Worksheet B, Column A (Name) using the Unique number in Worksheet A Column B as the Lookup criteria?
This is what I've tried in cell A1 of Worksheet "A"
=VLOOKUP(B2,'Worksheet B'!$A$1:$B$2225,1,FALSE)
I've also tried it without the $
=VLOOKUP(B2,'Worksheet B'!A1:B2225,1,FALSE)
Any ideas where I'm going wrong?