I have a 100k+ row spreadsheet with duplicates that aren't quite duplicates. For example, one cell will have the following content:
ASP.NET.Site.Performance.Secrets..Simple.and.Proven.Techniques.to.Quickly.Speed.up.Your.ASP>.NET.Web.Site
Sometimes the following cell (or 2, or 3) will have the same exact content except it will have a number at the end:
ASP.NET.Site.Performance.Secrets..Simple.and.Proven.Techniques.to.Quickly.Speed.up.Your.ASP>.NET.Web.Site.1
ASP.NET.Site.Performance.Secrets..Simple.and.Proven.Techniques.to.Quickly.Speed.up.Your.ASP>.NET.Web.Site.2
How can I efficiently eliminate these duplicates? Thanks for any help you can offer.