Hello
The easiest approach, without VBA code, is to have an extra column. There, you use a COUNTIF function to count the number of occurrences of each value. An autofilter could then be used to filter on those results >1, and delete the filtered rows. (Or convert the IF formulas to values, sort the whole thing and delete cells with the IF strictly bigger than 1).