View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Add a unique (sequential) number to "usuername"

I think Dave means this:

=A4&TEXT(COUNTIF(A$1:A1,A1)-1,"0;;;")

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"sawtelle" wrote:


Add a unique (sequential) number at the end of usersnames


Greetings All,

I have several hundred usernames that are identical (ex. 50 "mjones"). I
want to be able to use excel if possible to place a unique and sequential
number at the end of the duplicates (after the first original of course).

I was able to create a worksheet with "Concoctonate=Conditional
Formatting=True&False=Sorting"... Now just looking for a way to automate
the "adding of unique numbers" at the end of the username.... Any advice...?

Thank you!
Sawtelle