Hello there,
I am working with Excel 2010 and am trying to add a letter to a duplicate line. I found a formula that gets me a number and that is where I get stuck.
This is the formula:
=C2&IF(COUNTIF($C$2:C2,C2)=1,"",COUNTIF($C$2:C2,C2)-1)
The results are:
2345
3333
33331
33332
3456
What I need is:
2345
3333
3333A
3333B
3456
Thank you in advance for the help.
Bookmarks