Conditional Formating based on Duplicate entry
Posted by Russell on December 11, 2001 5:49 PM
Trying to sort through a database of 19,000+ entries. This is a mailing list we have compiled over the last few years in several sources on several computers. So needless to say we have several similar entries, that in fact contain the same info, but due to typo's, middle intials, etc, the data is varried enough that the filter commands won't work. Also, in some cases there are husband and wife entries, father/son etc.
Is there a way to highlight cells or rows that contatin the same info? I am having problems with conditional formating. My cols. are as follows, A: First name, B:Last Name, C:Street Address - pretty simple. Any way to compare the value of A1:A2 to B1:B2 and cause one or both rows/cells to highlight. Same with cell C - if addys match, highlight that cell also. I have come very close, but I can't seem to base the values on a variable. THe only way I have made it work is to set a value that everything has to be equal to. I tried higlighting all three columns and setting the "formula is" =if(a1=a2,1,0) for condition 1, if(b1=b2,1,0) for condition 2. This got me close, but everything was getting highlighted with the actually duplicates not highlighting, and surprisingly, only columns a & c were being formated....any suggestions??
Thanks in advance.