How to Find Repeated Cells in Excel: 4 Easy Methods

Method 1 – Applying Excel Conditional Formatting to Find Repeated Cells

Steps:

  • Select the range B5:D14 and go to Home >> Conditional Formatting >> New Rule.

  • The New Formatting Rule window will show up. Sselect ‘Use a formula to determine which cells to format’.
  • Type the following formula in the ‘Format values where this formula is true’ section.

=COUNTIF($B$5:$D$14, B5)>1

  • Click Format.

how to find repeated cells in excel

  • The Format Cells window will show up. Select Fill and choose a color.
  • Click OK.

  • The New Formatting Rule window will appear again. Just click OK.

how to find repeated cells in excel

You will see all the repeated cells are filled with the selected color.

Find repeated cells in Excel using the Conditional Formatting application.


Method 2 – Using IF and COUNTIF Functions to Find Repeated Cells.

Steps:

  • Make a new column to identify whether a repeat occurs, and type the following formula in cell E5.

=IF(COUNTIF($B$5:$B$14,B5)>1,"Repeated","No Repeat")

how to find repeated cells in excel

The formula here returns Repeated if the name in B5 is found more than once in the B5:B14 range and No Repeat if the name is found only once. The COUNTIF function counts the number of times these names appear in the range and the IF function tests whether that number is greater than 1. If the logical_test of the IF function is TRUE, then it will return Repeated, otherwise it will return No Repeat.

  • Press the ENTER button and you will see if the name in B5 occurs more than once or not.

how to find repeated cells in excel

You will be able to find the repeated cells by using IF and COUNTIF functions.


Method 3 – Implementing Excel TEXTJOIN Function for Repeated Cells of Rows

Steps:

  • Make a column to store the data of the cells in a row as a complete package and type the following formula in E5, press ENTER and drag the Fill icon downwards to AutoFill the lower cells.

=TEXTJOIN(", ",TRUE,B5:D5)

  • Select the range B5:E14, open the New Formatting Rule window as we did in Method 1, and type the following formula in the ‘Format values where this formula is true’ section. Select a Format Cell color of your choice.

=COUNTIF($E$5:$E$14,$E5)>1

  • Click OK.

how to find repeated cells in excel

The repeated rows will be highlighted after the execution of this command.

Thus you can find repeated cells by using the TEXTJOIN function.


Method 4 – Finding Repeated Cells Without Formulas

Steps:

  • Select the range B5:B14 and then go to Home >> Conditional Formatting >> Highlight Cell Rules >> Duplicate Values.

how to find repeated cells in excel

  • A dialog box will appear. Click OK.

  • You will see that this operation highlights the repeated cells in the range B5:B14.

how to find repeated cells in excel

You can find repeated cells in Excel without using any formula.


Download Practice Workbook


Related Articles


<< Go Back to Duplicates in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Meraz Al Nahian
Meraz Al Nahian

Md. Meraz Al Nahian has worked with the ExcelDemy project for over 1.5 years. He wrote 140+ articles for ExcelDemy. He also solved a lot of user problems and worked on dashboards. He is interested in data analysis, advanced Excel, statistics, and dashboards. He also likes to explore various Excel and VBA applications. He completed his graduation in Electrical & Electronic Engineering from Bangladesh University of Engineering & Technology (BUET). He enjoys exploring Excel-related features to gain efficiency... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo