Avoid duplicates in Excel

Last update on August 22, 2009 03:45 PM by jak58
Published by jak58

Avoid duplicates in Excel






In order to avoid duplication when encoding in a column from an excel sheet:
  • take the conditional format on the first cell under the headings (eg A2)
  • choose the following formula:


=NB.SI($A$2:$A$21;A2)>1
  • settle the background color you want in case of duplicates.


The duplicates will now be detected more quickly.

Best answers for « Avoid duplicates in Excel » in :
[SQL] avoid duplicates when using SELECT Show [SQL] avoid duplicates when using SELECT Issue How to avoid duplicates in the results of a SQL query? Solution Simply use the DISTINCT clause and between the SELECT clause and the fields. Example: SELECT distinct...
Delete duplicates in an Excel column ShowDelete duplicates in an Excel column To remove duplicates in an Excel column: Click on the Data menu Filter Advanced Filter In this menu, select the column where the duplicates Check the box "Extract without duplication"...
How to convert Excel into PDF? ShowHow to convert Excel into PDF? Here is a small tips about how to convert your excel files into PDF for your presentation. Step 1 PDF995 is software that gets installed on your computer which enables you to print any sources of document to...
Import contacts from Excel to Outlook ShowImport contacts from Excel to Outlook Issue Solution Issue How to import a contact list from Excel to Outlook and having them in a single list of contact , and not as splited items? Solution By using the software Excel 2000 and...
Spreadsheets - The Excel Interface ShowExcel Introduction Microsoft Excel is the spreadsheet in the Microsoft Office office suite. To start it, simply click on the appropriate icon in the Start menu (in Windows) or click on an Excel file (that has an .xls file extension). A Excel...