Dear Friends,

I have information in columns A:C that I need to compare to columns F:G.

Column A is a Position (Text), Column B is a number, Column C is a Name (text).
Column F is a Position (Text), Column G is a number, Column H is a Name (text).

I need the script to look at the first set of info (starts in row 3, will be A3:C3).
If a match is found in a specific row in Columns F:H, I need it to delete both piece of info.
For example if in A3:C3, an exact match is found in F10:H10, then I need those 2 ranges to be deleted.

If a match is not found then, I need it to go to the next set of information.

Thanks in advance