var fDesc=new Array(); fDesc[0] = "Excel Duplicate Manager is a powerful MS Excel Add-In. You can remove duplicates in excel easily by using its commands which are specially developed to give you the power of automation. You can remove, format and count duplicate & unique entries in excel with lightning speed and quality results. It processes thousands of entries within a minute which saves your precious time and money. In brief, Duplicate Manager is a valuable addin to automate duplicate removal, formatting and counting task for Excel with quality and speed. We can say every Excel user must have Duplicate Manager to Format & Remove Duplicates in Excel because It is not only Duplicate Remover but a compalete Duplicate Manager.
? It can remove Duplicates in Excel Data
? Remove Duplicates Keeps First in Excel Column
? Remove Unique values from a Excel Data Column
? Remove Entries from 1st List existing in the other.
? Duplicate Preventer restricts further duplicate enteries in Excel Column
? You can Color Duplicate Rows in Excel of your choice.
? Color Unique Rows in Excel"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }