Here's one way:
On both sheets, in F1 enter =A1&D1 and copy down through all rows of data.
On the sheet where you want to delete the rows, in G1 enter
=IF(OR(LEN(F1)=0,ISERROR(VLOOKUP(F1,Sheet2!F:F,1,FALSE))),"","DELETE")
and copy down through all rows of data. Change Sheet2 to the correct sheet
name.
Column F will display DELETE in the rows to be deleted.
Hope this helps,
Hutch
> Hello,
>
[quoted text clipped - 5 lines]
> I hope that makes sense and someone can suggest a way that I can do
> this...