=VLOOKUP(A2,Sheet1!A$1:M$981,11)
And again, placing ,FALSE or ,0 after 11 does not seem to help pull
the correct result.
Thanks for your help.
>VLOOKUP could very well be the correct function to use to get the results
>you seek........post the exact formula you're using and we'll have a look at
[quoted text clipped - 23 lines]
>>
>> -Ted
JTG - 07 Apr 2007 15:40 GMT
I figured out the problem. The results database had an extra space
between the last and first names and another one at the end of the
first name. As a result the names were not matching exactly. After
cleaning up the database with =TRIM all works fine now.
Thanks for your time.
>=VLOOKUP(A2,Sheet1!A$1:M$981,11)
>
[quoted text clipped - 30 lines]
>>>
>>> -Ted
CLR - 08 Apr 2007 02:24 GMT
Glad you got it working...........I know the frustration, having been there
a few times........
Vaya con Dios,
Chuck, CABGx3
> I figured out the problem. The results database had an extra space
> between the last and first names and another one at the end of the
[quoted text clipped - 37 lines]
> >>>
> >>> -Ted