How do i find Data duplication on many sheets?

casper68

New Member
Joined
Jun 11, 2023
Messages
8
Office Version
  1. 2019
Platform
  1. Windows
Hi,
I have three separate work sheets with approximately 300 names per sheet, how do I find if the names are duplicated through these sheets and correlate them into one table/new sheet?
What is the best formula to use?
Any assistance would be appreciated.
Cheers,
Allan
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Here's a beginning. I couldn't get it down to a singe formula in one pass

Book2
DEFGHIJKL
2ListCountUniqueAllDuplicates
3Jeff3JeffJeffJeff
4Opal3OpalJeffOpal
5Oliver3OliverJeffOliver
6Alexander3AlexanderOpalAlexander
71JackOpal
81NedOpal
91JillOliver
101JasonOliver
111NobodyOliver
121AlisaAlexander
131SomebodyAlexander
141MicAlexander
15Jack
16Ned
17Jill
18Jason
19Nobody
20Alisa
21Somebody
22Mic
Sheet1
Cell Formulas
RangeFormula
H3:H14H3=COUNTIFS(J3#,I3#)
I3:I14I3=UNIQUE(TOCOL(HSTACK(D3:D1000,Sheet2!D3:D1000,Sheet3!D3:D1000),1))
J3:J22J3=TOCOL(HSTACK(D3:D1000,Sheet2!D3:D1000,Sheet3!D3:D1000),1)
L3:L6L3=FILTER(I3#,H3#>1,"")
Dynamic array formulas.


Book2
D
2List
3Jeff
4Opal
5Oliver
6Alexander
7Jack
8Jill
9Nobody
10Somebody
Sheet2


Book2
D
2List
3Jeff
4Opal
5Oliver
6Alexander
7Ned
8Jason
9Alisa
10Mic
Sheet3
 
Upvote 0
Hi Jeffery,
I must be doing something wrong as i have followed your templates and it does not want to work for me, Is this usable in the Excel 2019 version or only available in 365 version?
 
Upvote 0
Looks like those functions are only available to Office 365. Your version is 365 is it not?
 
Upvote 0

Forum statistics

Threads
1,215,157
Messages
6,123,341
Members
449,097
Latest member
thnirmitha

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