how to find the duplicates without conditional formatting

bigdan

Well-known Member
Joined
Oct 5, 2009
Messages
840
Office Version
  1. 2013
Platform
  1. Windows
Cols A, B, C have values. I want to find each row where the values are the same. Example if A1 and B1 and C1 match A2 and B2 and C2 then it's a match, if any of these values is diff then it's not.

So I created a helper column in col D. Have to find when it's a match. Unfortunately this is a protected worksheet and one of the things I cant do is use conditional formatting.

Soo how do I know if any value in Col D is a duplicate or not?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
I think it would be helpful to see a small data example and what you would like your expected result to look like.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
You could use this in D2 copied down
Excel Formula:
=COUNTIFS(A:A,A2,B:B,B2,C:C,C2)>1
 
Upvote 0
Solution
Glad we could help & thanks for the feedback.
 
Upvote 0
Sorry, I just wasn't sure if you simply wanted to identify the duplicates, or actually try to match them up (which I think an image would have helped clarify).
But I am glad that what Fluff provided will give you what you need.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

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