A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
One formulas play ...
Assume source values are running in A2 down
In B2: =IF(A2="","",IF(A2<0,-A2&"_"&COUNTIF(A$2:A2,A2),A2&"_"&COUNTIF(A$2:A2,A2)))
In C2: =IF(COUNTIF(B:B,B2)=2,"x","")
Copy B2:C2 down to the last row of source data
Col C will flag all knock-off items as "x"
Filter on col C for "x" to retrieve the whole lot at one go