Home >Software Tutorial >Computer Software >How to find and mark duplicate data using Excel
Everyone will encounter various problems when using excel. Some friends come to this site to ask the editor how to filter duplicate content in excel. In order to help everyone, the editor has collected relevant information online. , I finally found a method on how to filter and mark duplicate data in an excel table. The details are in the article below. If you need it, please come to this site to have a look.
Method 1,
1. This method can help us highlight and display duplicate items Color, that is, use conditional formatting to filter. Select the column that needs to be filtered, click [Conditional Formatting]-[Highlight Cell Rules]-[Duplicate Values];
2. Select the condition as duplicate and select the duplicate item Display style, then you can show which data in the column is repeated.
Method 2,
1. Use the COUNTIF function to call out duplicate items. After using the COUNTIF function, you can directly display the total number of current data in the column. Appeared several times. First we need to insert a blank column after the search column to display the number, and then enter =countif(A$2:A$22,A2);
# in the cell after the first data
The above is the detailed content of How to find and mark duplicate data using Excel. For more information, please follow other related articles on the PHP Chinese website!