VLOOKUP returning errors

G

Guest

I have the following VLOOKUP formula, =VLOOKUP(A2,'July Serial
Numbers'!$A$1:$M$72,5,FALSE), which returns #N/A errors.

A2 is in a column named Asset Number, the tab July Serial Numbers has the
related serial numbers 5 columns from the left (column E). What am I doing
wrong?
 
S

shail

Hi Dave,

This error comes up when it does not find the required value for
VLOOKUP. Check the value of A2 in the tab July Serial Numbers.


Thanks,

Shail
 
G

Guest

Yeah that's what's confusing me. As far as I can tell, the value in A2 in
the tab July Serial numbers is the same as the value in A2 in the first tab.
Seem to be formatted the same, etc.

Have to play around with it, I suppose.

Dave
 
G

Guest

It sounds like your A2 cell and your associated lookup cell have some
differences.
physically find one which looks like a match and enter
=A2='July Serial Numbers'!A?? (what ever cell looks like a match)
if the response is false, there might be leading or trailing spaces, one
might be a number and the other might be text.
Once you have found what the mismatch is, there are normally ways to easily
compensate and get you back to what you want to do.
 

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

Top