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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
:) :) Glad that i could contribute :)
But would suggest you to post the solution which worked for the best for other people's benefit who might be searching for this thread in the future
 
Upvote 0
Try the following formulas in B1, C1 and D1 cells and copy it to down the rows (valid for 100 rows, please change if required)

B1==IF(COUNTIF(A$1:$A$100,A1)=1,"X",IF(COUNTIF($A1:A$2,A1)=1,A1,"X"))
C1=IFERROR(SMALL($B$2:$B$101,ROW()),"")
D1=IF(C1="","",COUNTIF($A$1:$A$17,C1))

Regards,

A.B. Mati
 
Upvote 0

Forum statistics

Threads
1,214,539
Messages
6,120,100
Members
448,944
Latest member
SarahSomethingExcel100

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