Google Sheet - Detect duplicates across two sheets

parvares

New Member
Joined
Jul 17, 2022
Messages
22
Office Version
  1. 365
Platform
  1. Windows
Hello, I have 2 Google sheets (Sheet1 and Sheet2), link here. They both have numbers in column A, starting from cell A3. I would like a formula that finds duplicate values in entire columns of both sheets. I found this formula googling, but doesn't seem working:

Excel Formula:
=(COUNTIF(A:A;A:A)>1)+(REGEXMATCH(A3;TEXTJOIN("|";1;UNIQUE({INDIRECT("Sheet2!A:A"))})))

Thanks for helping me!
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Update. I found this formula applied to two sheets:

Excel Formula:
=ArrayFormula(UNIQUE(TRIM(FILTER({A3:A;Sheet2!A3:A};COUNTIF({A3:A;Sheet2!A3:A};{A3:A;Sheet2!A3:A})>1))))

Could you tell me how would it be the same formula applied to three sheets?
Thanks for helping me!
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,200
Members
449,072
Latest member
DW Draft

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