Remove duplicates from a list
Paste a list and get it back with every repeat gone — matched case-insensitively, on the whole row or on the one column that decides.
What to fix
Free up to 100 rows. Longer lists need credits — no subscription required.
Cleaned list
Turn that list into a document
The same table, laid out as a branded PDF with your logo and colour — for a report, a client, or an attachment.
Try CSV to PDFWas this tool useful? Rate it
Case-insensitive, and on the column that matters
Excel's duplicate removal compares text exactly, so `Ada@site.com` and `ada@site.com` both survive — which is how a mailing list ends up sending twice. This compares case-insensitively, and lets you say that two rows are the same when the email matches even if the name is spelled differently. The first occurrence is kept and the original order is preserved, so the list you get back is still the list you had.