D
Danny
On the cell adjacent to say A1, say g1 , run a vlookup()
=if(vlookup(a1,sheet2!b1:b2000,1,false)=a1,"found","n/a")
when done, apply an Data > filter > autoFilter, and use the column "G"
and alternate between "found" ones and "n/a" ones, you can format or
delete them as whole rows or else. Just one way of many, when done,
delete the vlookup(), it does add to the filesize and calculations.
Danny
=if(vlookup(a1,sheet2!b1:b2000,1,false)=a1,"found","n/a")
when done, apply an Data > filter > autoFilter, and use the column "G"
and alternate between "found" ones and "n/a" ones, you can format or
delete them as whole rows or else. Just one way of many, when done,
delete the vlookup(), it does add to the filesize and calculations.
Danny