=VLOOKUP(CareGiverNum,AddressOfOtherTableof2000,2,False)
=VLOOKUP(CareGiverNum,AddressOfOtherTableof2000,3,False)
=VLOOKUP(CareGiverNum,AddressOfOtherTableof2000,4,False)
Like
=VLOOKUP(A2,Sheet2!$A$1:$D$2000,2,False)
and copy down to match your 35000 row table.
HTH,
Bernie
MS Excel MVP
>I have a worksheet with 35,000 row accros 10 colums with 1 column of phy-care
> giver number (text but it think I can convert it to a number) and in a
[quoted text clipped - 5 lines]
> phy list then if match populate the next 3 colums of division, subspecialty,
> and name to the larger sheet. Thanks Tom.