Take a look at whiat I am trying to do, any input would be appreciated! (keep scrolling down, i dont know how i got all that extra space! LOL)
Column 2 contains a list of last names only (unique vaules). I am trying to somehow find similarities between the two lists, Ideally, I would like to highlight the common names from column2 in column 1.
I am not too versed in VBA, but am willing to give it a shot if what I am trying to accomplish cannot be done with formulas alone.
Also, if possible, in the instance of GLADSTONE and STONE, i would prefer that not be 'marked'. but can deal with it if needed. (my full list of column 1 is about 5000 names, and I also have an identifier next to each name in a seperate column)
THANK YOU IN ADVANCE FOR ANY INSIGHT!!!!
<TABLE border=1>
<TBODY><TR>
<TH>CONTRIBUTORS</TH>
<TH>LAST NAMES</TH>
</TR>
<TR>
<TD>JOHN PAUL GLADSTONE</TD>
<TD>PETERSON</TD><?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
</TR>
<TR>
<TD>RALPH JONES</TD>
<TD>MURPHY</TD>
</TR><o></o>
<o></o>
</TR>
<TR>
<TD>ANGELA F. LOGGINS</TD>
<TD>JONES</TD>
</TR>
<o></o>
<o></o>
</TR>
<TR>
<TD>STACEY GIBBENS-STERN</TD>
<TD>STONE</TD>
</TR>
<o></o>
<o></o>
</TR>
<TR>
<TD>JO ANNE MC DERMOTT</TD>
<TD>KOHLER</TD>
</TR>
<o></o>
<o></o>
</TR>
<TR>
<TD>WOLFRAM & HART, LLC.</TD>
<TD>STEPHENS-LOGGINS</TD>
</TR>
</TABLE>
column 1 has a list of names that are not all 'first last' names (cant split up)<TBODY><TR>
<TH>CONTRIBUTORS</TH>
<TH>LAST NAMES</TH>
</TR>
<TR>
<TD>JOHN PAUL GLADSTONE</TD>
<TD>PETERSON</TD><?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
</TR>
<TR>
<TD>RALPH JONES</TD>
<TD>MURPHY</TD>
</TR><o></o>
<o></o>
</TR>
<TR>
<TD>ANGELA F. LOGGINS</TD>
<TD>JONES</TD>
</TR>
<o></o>
<o></o>
</TR>
<TR>
<TD>STACEY GIBBENS-STERN</TD>
<TD>STONE</TD>
</TR>
<o></o>
<o></o>
</TR>
<TR>
<TD>JO ANNE MC DERMOTT</TD>
<TD>KOHLER</TD>
</TR>
<o></o>
<o></o>
</TR>
<TR>
<TD>WOLFRAM & HART, LLC.</TD>
<TD>STEPHENS-LOGGINS</TD>
</TR>
</TABLE>
Column 2 contains a list of last names only (unique vaules). I am trying to somehow find similarities between the two lists, Ideally, I would like to highlight the common names from column2 in column 1.
I am not too versed in VBA, but am willing to give it a shot if what I am trying to accomplish cannot be done with formulas alone.
Also, if possible, in the instance of GLADSTONE and STONE, i would prefer that not be 'marked'. but can deal with it if needed. (my full list of column 1 is about 5000 names, and I also have an identifier next to each name in a seperate column)
THANK YOU IN ADVANCE FOR ANY INSIGHT!!!!