Vlookup / #name? error

  • Thread starter Thread starter Mukesh
  • Start date Start date
M

Mukesh

I get #name? error for this....

=VLOOKUP(A11, sheet2, A1:B26)

Please help.

Thanks.
Mukesh
 
the wrokshet function doesn't understand sheet2. by itself

Sheet reference in the worksheet function require a sheet and a range

sheet2!A1:B26

Now if you are looking for a string sheet2 then add the double quotes

"sheet2"
 

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

Back
Top