Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Find duplicate in excel with certain criteria

I know, multiple questions has been asked with respect to duplicate in excel. However, I didnt find anything similar, so asking the same.

I have an excel consist of one columns which contains large set of records in the format below, say

XYZ/123/456.abc.def.bla.ghi

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

ABC/985/klm_nop

FGH/999/mon.pqr.stu

I want to compare for duplicate but by ignoring the first letter (till ‘/’). If it matches the highlighted part with any other set in the column then return me as a duplicate/highlight otherwise unique.

any help on this ? thanks in advance.

>Solution :

So your question is not how to find duplicates, but how to get rid of the first part of your records.

You will achieve this with this formula: =MID(A1,FIND("/",A1)+1,LEN(A1)) – assuming the first entry is in A1

Then you can use conditional formatting for duplicate values.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading