Hi All,
I'm trying to use VLOOKUP to populate a column in one worksheet from another. Basically, I need the value in Sheet1 Column AA to be the same as the value in Sheet2 Column A that's in the same row as the value in Sheet2 Column B that matches a value in Sheet1 Column B. Here's what I tried:
This returns #N/A even though the value in Sheet1 Cell B4 is in Sheet2 Cell B8. Where have I gone wrong?
I'm trying to use VLOOKUP to populate a column in one worksheet from another. Basically, I need the value in Sheet1 Column AA to be the same as the value in Sheet2 Column A that's in the same row as the value in Sheet2 Column B that matches a value in Sheet1 Column B. Here's what I tried:
Code:
=VLOOKUP(B4,Validation!$A$2:$B$14,1,FALSE)
This returns #N/A even though the value in Sheet1 Cell B4 is in Sheet2 Cell B8. Where have I gone wrong?