Vlookup problem

  • Thread starter Thread starter dk
  • Start date Start date
D

dk

We have a workbook which has name in column b we have another sheet with same
names but column 1 has id# we would like to have those codes whatever we
tried does not work no idea why
here is our codes we tried
=VLOOKUP(B1,[Book4.xlsx]Sheet1!$A$1:$C$890,1,TRUE)
when we drag sometimes we get "MemberID" in the cell which is data from cell
"a1" all other data is #N/A
 
Read this VLOOKUP() tutorial:

http://www.contextures.com/xlFunctions02.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| We have a workbook which has name in column b we have another sheet with same
| names but column 1 has id# we would like to have those codes whatever we
| tried does not work no idea why
| here is our codes we tried
| =VLOOKUP(B1,[Book4.xlsx]Sheet1!$A$1:$C$890,1,TRUE)
| when we drag sometimes we get "MemberID" in the cell which is data from cell
| "a1" all other data is #N/A
 
We think we found the error problem there are extrange characters in the
workbook how can we remove those
 
Back
Top