I get a spreadsheet with many duplicates. Some duplicate data is in one column (phone number column), some are in another (email address column).
I would like to find a way to identify the multiple rows where BOTH the phone number column data is duplicated and email address column data is duplicated with the same data. For example, where both the phone number column AND email address column are duplicated in - for example - 15 rows.
I only need one of these rows, not more.
This will allow me to remove duplicate rows which contain the same phone number and email address.
So in example below rows 3 and 4 are not duplicated. I am looking to find the other rows, and remove all but one of them
I would like to find a way to identify the multiple rows where BOTH the phone number column data is duplicated and email address column data is duplicated with the same data. For example, where both the phone number column AND email address column are duplicated in - for example - 15 rows.
I only need one of these rows, not more.
This will allow me to remove duplicate rows which contain the same phone number and email address.
So in example below rows 3 and 4 are not duplicated. I am looking to find the other rows, and remove all but one of them
08001234833 | cysvbdfler@gmail.com | |
08001234833 | cysvbdfler@gmail.com | |
03303800157 | cysvbdfler@gmail.com | |
08001234833 | wecedep373@flowminer.com | |
08001234833 | cysvbdfler@gmail.com | |
08001234833 | cysvbdfler@gmail.com | |
08001234833 | cysvbdfler@gmail.com | |
08001234833 | cysvbdfler@gmail.com |