I have a dynamic 1D range (up to 15 rows) to search for unique duplicate values. All appear in Column B. Instead of removing duplicate values, I want to append a number to the end of the value like Windows does for file names.
Name, Another Name, Some Name, Name (2), YourMomsName, Some Name (2), Al Bundy, Name (3)
I have a macro to find the range of the names, and I've been fiddling with macros to find duplicate values. What I need help with is tracking the unique ones, ignoring the first instances, then updating the name with the correct number added to it.
Bookmarks