> Perhaps try something like:
> =VLOOKUP(A2&"",Sheet2!A:B,2,FALSE)
> to convert the real numbers in the lookup col to text numbers
> so that these will match what you have in the lookup col of the table_array
Another alternative could something like:
=VLOOKUP(TEXT(A2,"0000"),Sheet2!A:B,2,FALSE)
where there are leading zeros in the text numbers [to 4 digits]
in the lookup col of the table_array (eg: 0010, 0100, 0002, etc)
Adapt the "0000" part to suit ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---