• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Find duplicate rows

Kyrre

Member
I have figured out how to remove duplicate rows, but not how to hilight theme.
Look into example workbook. It is some duplicates there.
I hope someone can save my day and show me the way.
 

Attachments

Select range A2:D41. Go to Conditional Formatting and choose "Use a formula to determine which cells to format".

Enter below formula and apply your formatting.
=COUNTIFS($A$2:$A$41,$A2,$B$2:$B$41,$B2,$C$2:$C$41,$C2,$D$2:$D$41,$D2)>1
 
Select range A2:D41. Go to Conditional Formatting and choose "Use a formula to determine which cells to format".

Thanks a lot for helping me out. Could u please post book with formula? BEcause of my norwegian language, it is trouble with translation.
 
Yes. But you will need to edit the range of the formula. As it only checks for existing data on your sample sheet.
 
Yes. But you will need to edit the range of the formula. As it only checks for existing data on your sample sheet.
I tried to paste formula , but got error message. I used same sheet as u have, but without formula. However, thanks a lot. I will figure it out!
 
Back
Top