Vlookup problem

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
 
N

Niek Otten

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
 
D

dk

We think we found the error problem there are extrange characters in the
workbook how can we remove those
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top