built-in excel functions will work:
add column C with Absolute function: =ABS(B2)
then drag the function down the data column.
add column D with the CountIf function: COUNTIF(C$2:C$10,C2)
then drag the function down the data column.
Then sort column D ascending; your 'duplicates' will be at the bottom of the
list.