D
DOROTHY
Thanks that worked! Only one problem. I have over 1600
row so I changed the 100 to 1600. Some of the first names
are the same and it's not copying the correct last name.
It's pulling the same last from the first instance of that
first name. Do I have to change the 2 or 0 in the
formula? What do those value stand for? Thanks...Dorothy
row so I changed the 100 to 1600. Some of the first names
are the same and it's not copying the correct last name.
It's pulling the same last from the first instance of that
first name. Do I have to change the 2 or 0 in the
formula? What do those value stand for? Thanks...Dorothy
..-----Original Message-----
Hi
use VLOOKUP. e.g.
=VLOOKUP(A1,'sheet1'!$A$1:$C$100,2,0)
.