you could just copy one list onto the bottom of the other and then sort the
whole lot
You obviously put the X onto the respective lists before you combine
them.When you sort thecombined list the duplicates will be next to each
other.

Signature
paul
paul.shepherd@nospamparadise.net.nz
remove nospam for email addy!
> If Anyone could help it would be GREAT!
>
[quoted text clipped - 19 lines]
> Thanks
> Lostinformulas
teelim - 29 Jul 2006 15:48 GMT
try this:
paste one sheet below the other and sort.
then in a separate column (say column G), key in this:
=IF(AND(A2=A3,B2=B3,C2=C3),"x","")
use AUTOFILTER for column G and only display BLANKS. Only the unique
combinations will be displayed.
hope this is what you want :)

Signature
teelim
lostinformulas - 31 Jul 2006 17:06 GMT
Thank you both it was most helpful. The formula worked great. Is there a
way to add to the formula to delete the duplicate line???
=IF(AND(A2=A3,B2=B3,C2=C3),"x","")
Thanks Again.
Lostinformulas

Signature
lostinformulas