Thank you very much Aladin! Below are the requested examples. I want to check, for each cell/string in LIST 1 on Sheet1, to look for that string in LIST 2 on Sheet2, and then if there is a match, copy that cell into Sheet1, Column B.
LIST 1[TABLE="width: 99"]
<tbody>[TR]
[TD]Newt[/TD]
[/TR]
[TR]
[TD]King Kangaroo[/TD]
[/TR]
[TR]
[TD]Bobby Bee[/TD]
[/TR]
[TR]
[TD]Horatio Hare[/TD]
[/TR]
[TR]
[TD]Otto Owl[/TD]
[/TR]
[TR]
[TD]Queen Bee[/TD]
[/TR]
</tbody>[/TABLE]
LIST 2
[TABLE="width: 363"]
<colgroup><col></colgroup><tbody>[TR]
[TD][TABLE="width: 363"]
<colgroup><col></colgroup><tbody>[TR]
[TD]He was surprised when suddenly a King Kangaroo ran close by[/TD]
[/TR]
[TR]
[TD]And sitting astride a twig of a bush Bobby bee. Ostensibly motionless, the Horatio Hare was trembling with[/TD]
[/TR]
[TR]
[TD]"The Horatio Hare has lost his spectacles," well, he began to wonder.[/TD]
[/TR]
[TR]
[TD]Otto Owl loved to rest quietly whilst no one was watching.[/TD]
[/TR]
[TR]
[TD]Newt knew too much to be stopped by so small a problem[/TD]
[/TR]
[TR]
[TD]You can take him in your pouch.[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
<strike></strike>DESIRED RESULT
[TABLE="width: 499"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Newt[/TD]
[TD]Newt knew too much to be stopped by so small a problem[/TD]
[/TR]
[TR]
[TD]King Kangaroo[/TD]
[TD]He was surprised when suddenly a King Kangaroo ran close by[/TD]
[/TR]
[TR]
[TD]Bobby Bee[/TD]
[TD]And sitting astride a twig of a bush Bobby bee. Ostensibly motionless, the Horatio Hare was trembling with[/TD]
[/TR]
[TR]
[TD]Horatio Hare[/TD]
[TD]"The Horatio Hare has lost his spectacles," well, he began to wonder.[/TD]
[/TR]
[TR]
[TD]Otto Owl[/TD]
[TD]Otto Owl loved to rest quietly whilst no one was watching.[/TD]
[/TR]
[TR]
[TD]Queen Bee[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
<strike></strike>
[/TD]
[/TR]
[TR]
[TD]<strike></strike><strike></strike>
[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]