
Originally Posted by
martindwilson
what prefix do you want to add? it should be possible to do it all in one go with a formula, eg to add a,b,c....to front of those which are duplicates
something like
=IF(COUNTIF(A:A,A1)>1,CHAR(COUNTIF($A$1:A1,A1)+64)&TEXT(A1,"0"),TEXT(A1,"0"))
Bookmarks