I have a large spreadsheet with two columns. The second column contains a lot of duplicates. I would like to add a counter to each duplicate cell, thus making each unique.
The current contents of the cells in column two are, say:
abcd
abcd
abcd
I would like to end up with:
abcd
abcd-1
abcd-2
If I were a programmer, I would write a macro that loops through the spreadsheet, finds the duplicate cells and adds a counter to each, until all cells were unique. Unfortunately I can’t write such code.
I would be very grateful if someone could help me.
Regards
useful