hi dave, thanks for the response. your solution, and tom's above, are
basically the same; appreciate the help (our whole office appreciates your
help), you guys are real pros =D
"Dave Peterson" wrote:
> I would insert a new worksheet.
> Put the 20 to 30 account numbers in A1:A20 (or A30)
>
> Then I would insert a new column adjacent to the column with all the account
> numbers in it. I had the account numbers in A1:a20000 and inserted a new column
> B.
>
> Then with those 20-30 account numbers in Sheet2, I used this formula in B1:
>
> =isnumber(match(a1,sheet2!a:a,0))
> and dragged down all the rows.
>
> Then I'd convert that column B to values
> (select column B, edit|Copy, edit|Paste special|Values)
>
> Next I'd sort that data by column B.
>
> And then apply data|Filter|autofilter to that column B.
>
> Show the false values
> Delete the visible rows
>
> and then remove the filter.
|