Thank you!
=VLOOKUP(A2*1, ... etc
or
=VLOOKUP(A2&"", ... etc
The first one converts a text number in A2 to a proper number, if you
have proper numbers in your other file, whereas the second approach
converts a number in A2 to a text value.
One other point is that the formula implies that the other file is
open, as you do not have the full-path before the filename.
I'm not sure why you are using VLOOKUP - if you find a match then it
will only return itself, as your table is only one column wide.
Hope this helps.
Pete
On Oct 31, 7:22 pm, Sorceressss
The formula is fine so the NA# indicates no match for the data in A2. Usual
culprits are rogue spaces.
Mike
Pete
On Oct 31, 7:46 pm, Sorceressss
> > > Thank you!- Hide quoted text -
>
> - Show quoted text -