Duplicates

proficient

Well-known Member
Joined
Apr 10, 2012
Messages
745
Office Version
  1. 2016
Platform
  1. Windows
  2. Mobile
I want to find duplicates numbers in a range



Excel Workbook
ABCD
1114
2226
3343
44
56
61
72
82
94
1065
111
122
132
144
1525
161
172
Duplicates Value
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Wana find duplicate numbers from a range, like you can see the 1 2 and 4 are duplicates in the range these are my desire result, sorry my mistake i did not mentioned it...
 
Upvote 0
How should your output look like?? Should it only throw up unique values?? or you want the duplicates in a seperate column.
If you can post your desired output probably someone will be able to help you out with this one
 
Upvote 0
I want duplicate values in a separate column...
 
Upvote 0
Try this in Column B2 (Assuming First Row will be header) and drag down

=IF(COUNTIF($A$1:A2,A2)>1,"Duplicate","Unique")
 
Upvote 0

Forum statistics

Threads
1,214,551
Messages
6,120,161
Members
448,948
Latest member
spamiki

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