vlookup not working

J

Joe Mac

I've run into the issue in the past... what I've found is
that the export from the Access database does not carry
the values forward, rather the cells are imported as
a "Label"... to verify that this is occuring, type the
following formaula
=cell("type",A1) assuming that the cell that you want to
verify is in cell A1...
If this is occurring then you need to include a
translation of the cell content using the VALUE function
 
Top