I need to compare (2) columns , in Excel, and highlight the unique cells -- BUT -- performing a simple name comparison will NOT work. I need to find a way, in VBA and/or Conditional Formatting, to find partial name similarities and ignore those as being unique.
The following examples are considered the same file name (they are NOT unique):
The following examples are considered unique:
In my document, I'm using Column $B$5:$B$1048575 and Column $C$5:$C$1048575. Column C is where I want the highlights to occur.
The columns are AutoCAD files queried from two separate folders on a network with 600+ files each. This task needs to be performed multiple times in a year. Multiple users generate these files and file naming standardization is not practical. Any ideas based on my criteria?
The following examples are considered the same file name (they are NOT unique):
107130-02.dwg
107130-02-Pre.dwg
300-202035-01.dwg
300-202035-01-Pre.dwg
311-410131-01.dwg
311-410131-01-Pre.dwg
340-560335-01.dwg
340-560335-01.dwg - Shortcut.lnk
360-561035-02.dwg
360-561035-02-Pre - A.dwg
360-561035-01.dwg
360-561035-01-Pre-B-.dwg
107130-02-Pre.dwg
300-202035-01.dwg
300-202035-01-Pre.dwg
311-410131-01.dwg
311-410131-01-Pre.dwg
340-560335-01.dwg
340-560335-01.dwg - Shortcut.lnk
360-561035-02.dwg
360-561035-02-Pre - A.dwg
360-561035-01.dwg
360-561035-01-Pre-B-.dwg
The following examples are considered unique:
100141-04.dwg
100735-12.dwg
108035-02.dwg
200870-01.dwg
312-100835-04.dwg
360-203230-07.dwg
602675-01.dwg
100735-12.dwg
108035-02.dwg
200870-01.dwg
312-100835-04.dwg
360-203230-07.dwg
602675-01.dwg
In my document, I'm using Column $B$5:$B$1048575 and Column $C$5:$C$1048575. Column C is where I want the highlights to occur.
The columns are AutoCAD files queried from two separate folders on a network with 600+ files each. This task needs to be performed multiple times in a year. Multiple users generate these files and file naming standardization is not practical. Any ideas based on my criteria?