vlookup

G

Guest

I have used the following formula:
=VLOOKUP(A2,'[data aug15.xls]July 2005'!$A$2:$C$9216,2,TRUE)

I get N/A errors throughout the entire column.
Does anyone have any clue what I might be doing wrong?

Thanks very much,
 
K

KL

Hi,

It most probably means that the searched value (A2) is different type from
the ones in the first column of the lookup table ($A$2:$C$9216). You may
want to check if any values that appear like numbers are in reality text
strings or viceversa.

Regards,
KL
 
R

R.VENKATARAMAN

KL may be correct.
may be there are some spaces before or after
or may be some nonprinting symols
there is an addin <hexchars> (Pearson) with which you will be able to view
cells for such characters and remove them.
the url is
http://www.cpearson.com/excel/CellView.htm

you can just copy and paste from the lookuptable into the search sheet so
that both are exactly same and then try vlookup


--
remove $$$ from email addresss to send email
=================================================
KL said:
Hi,

It most probably means that the searched value (A2) is different type from
the ones in the first column of the lookup table ($A$2:$C$9216). You may
want to check if any values that appear like numbers are in reality text
strings or viceversa.

Regards,
KL


message news:[email protected]...
I have used the following formula:
=VLOOKUP(A2,'[data aug15.xls]July 2005'!$A$2:$C$9216,2,TRUE)

I get N/A errors throughout the entire column.
Does anyone have any clue what I might be doing wrong?

Thanks very much,
 
G

Guest

Thanks to both of you for your suggestions.

I think the values are all numbers, it appears as though all numbers in
cellsa are in the "general" format for numbers.

I also downloaded the add-in to be able to view the cells, there are no
spaces or extra characters visible in the cells.

Is there anything else this could be?


R.VENKATARAMAN said:
KL may be correct.
may be there are some spaces before or after
or may be some nonprinting symols
there is an addin <hexchars> (Pearson) with which you will be able to view
cells for such characters and remove them.
the url is
http://www.cpearson.com/excel/CellView.htm

you can just copy and paste from the lookuptable into the search sheet so
that both are exactly same and then try vlookup


--
remove $$$ from email addresss to send email
=================================================
KL said:
Hi,

It most probably means that the searched value (A2) is different type from
the ones in the first column of the lookup table ($A$2:$C$9216). You may
want to check if any values that appear like numbers are in reality text
strings or viceversa.

Regards,
KL


message news:[email protected]...
I have used the following formula:
=VLOOKUP(A2,'[data aug15.xls]July 2005'!$A$2:$C$9216,2,TRUE)

I get N/A errors throughout the entire column.
Does anyone have any clue what I might be doing wrong?

Thanks very much,
 

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

VLOOKUP returning errors 4
Help With VLOOKUP 2
VLOOKUP Help!! ASAP!! 2
Help needed for Excel formula using if, iserr, match and vlookup! 1
Vlookup error 1
Bugs in vlookup? 0
VLOOKUP 1
Vlookup Function 3

Top