If you're absolutely positive that it exists, then try this test.
Find a cell that returns an error (say C99).
Then look at the other worksheet and find that value that you know matches (say
A999).
Now find an empty cell in the first worksheet.
Put this formula:
=c3=[GBP_USER.xls]Sheet1!a999
If it returns True, then that means that there is a match and everyone is wrong
(including me!).
If it returns False, then there is a difference that you're not noticing.
Debra Dalgleish has lots of notes on troubleshooting =vlookup():
http://contextures.com/xlFunctions02.html#Trouble
If this doesn't help, you may want to share some of the data (and types of data)
that you're matching on--is it a number or text, a long string, date or time or
combination???
Lee said:
Hi Eduardo
It definatley exists, i've copied a word out from the table and entred is
into cell C3 as a test but get the same error
Thanks Lee
Eduardo said:
Hi Lee,
that error is because the name doesn't exist in the table, it might be a
blank space in one of the names, to check that you can copy the name you are
searching on top of the other name in the table you are applying the Vlookup,
or where you have your table, use a helper column with this formula
=trim(A1)
then copy the results as values on top or your names, that will delete all
blank spaces
:
No Error message just get back "#N/A"
In my look up table it has over 25,000 lines, when looking for a word in the
table it returns correct information for the correct word expect when
searching the lookup table for a word that is more than 10082 lines down the
list the above is returned
:
Hi,
what do you mean that you have problems when is more than 10082 lines, do
you get an error message ???
:
I have a Vlookup in my workbook looing at a table in another workbook. It
works fine until what I'm looking for is more than 10082 lines down the
table, formula I'm using is:
=VLOOKUP($C3,[GBP_USER]Sheet1!$A$3:$I$65536,8,FALSE)
Does anyone know of a work around?