Delete duplicates
Find and remove duplicate records in a table based on two input fields
Sign up
This script will delete duplicate records in a given table according to the value of two input fields. Duplicate records are detected when they contain the same cell value for each identifying field. For any two records that are considered duplicates, it will use a third comparison field to determine which of the two records should be deleted.
View source