
Signature
Tim Rude
timrude@NOSPAM.hotmail.com
(remove NOSPAM. for correct email address)
> I've got 2 sheets, both of which have a column of 1500+ names, followed
> by some columns of other info. The list of names in the two sheets are
[quoted text clipped - 36 lines]
> timr...@NOSPAM.hotmail.com
> (remove NOSPAM. for correct email address)
Assuming the supplied sample data starts in A2 on sheet2 and sheet1,
try this formula in B2 on sheet2, filled down to B2000, or Bwhatever.
=IF(ISNA(VLOOKUP(A2,Sheet1!$A$2:$B$2000,2,FALSE)),"",IF(VLOOKUP(Sheet2!
A2,Sheet1!$A$2:$B$2000,2,FALSE)=0,"",VLOOKUP(Sheet2!A2,Sheet1!$A$2:$B
$2000,2,FALSE)))
Ken Johnson
Tim Rude - 30 Sep 2007 03:15 GMT
Thanks!

Signature
Tim Rude
timrude@NOSPAM.hotmail.com
(remove NOSPAM. for correct email address)
> > I've got 2 sheets, both of which have a column of 1500+ names, followed
> > by some columns of other info. The list of names in the two sheets are
[quoted text clipped - 39 lines]
> Assuming the supplied sample data starts in A2 on sheet2 and sheet1,
> try this formula in B2 on sheet2, filled down to B2000, or Bwhatever.
=IF(ISNA(VLOOKUP(A2,Sheet1!$A$2:$B$2000,2,FALSE)),"",IF(VLOOKUP(Sheet2!
> A2,Sheet1!$A$2:$B$2000,2,FALSE)=0,"",VLOOKUP(Sheet2!A2,Sheet1!$A$2:$B
> $2000,2,FALSE)))
>
> Ken Johnson