How to find duplicate numbers in a column

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
HI trying to find the fastest way i can find duplicate numbers in column BQ. Meaning i have like 500 lines of numbers in BQ. Just want to find out whats duplicting. So if 6 and 6 are in column BQ i want to know this in a quick way.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Re: ? How to find duplicate numbers in a column

Use conditional formatting to highlight duplicates.
 
Upvote 0
Re: ? How to find duplicate numbers in a column

One way is to use Conditional Formatting to highlight the duplicate values.
Let's say that your values are in cells BQ1:BQ500. Then select this range, and enter this Conditional Formatting formula:
Code:
=COUNTIF($BQ$1:$BQ$500,$BQ1)>1
and choose a color to highlight.
 
Upvote 0
Re: ? How to find duplicate numbers in a column

The built in rule will do the same without the formula - "Format only Unique or Duplicate values" then select Duplicate.
 
Upvote 0
Re: ? How to find duplicate numbers in a column

Thanks guys
 
Upvote 0
Re: ? How to find duplicate numbers in a column

The built in rule will do the same without the formula - "Format only Unique or Duplicate values" then select Duplicate.
You mean I have been doing it the hard way over all these years!?!?! :LOL:
I am so used to using Formulas all the time, I seldom look at the other options. Maybe I should start! ;)
 
Upvote 0

Forum statistics

Threads
1,214,423
Messages
6,119,398
Members
448,892
Latest member
amjad24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top