Copy column A over to column E, then sort that list in column E (leaving
your header at the top).
In F2 type =VLOOKUP(B2,E:E,1,FALSE) and copy that down as far as you need.
Then in A2 type =IF(F2=NA(),"",F2) and copy down.
Highlight column A and copy it, then Edit->Paste Special->Values.
Delete columns E and F.
- KC
>I have about 100 addresses in column A that correspnd to 100 addresses of
>960 in column B but they aren't in the same rows right now. And some rows
[quoted text clipped - 30 lines]
>
> ...Lisa
Lisa Hetherington - 21 Feb 2007 03:42 GMT
Thanks KC!
...Lisa
> Copy column A over to column E, then sort that list in column E (leaving
> your header at the top).
[quoted text clipped - 39 lines]
>>
>> ...Lisa