I'm create a unique id for our customer by using first 4 letters of the customer name, and then auto-assigning a 4 digit number after that. I've got the first part down, but I'm kinda stumped when it comes to the dynamic number assignment. The idea is that I would like to assign a 4 digit number after the 4 letters, starting with 0001, and increasing by one if the cell already exists. Here is an example of what I would like to do.
Customer
20th Century
Time Warner
Time Magazine
Timex
Zoo Productions
CustomerID:
20TH0001
TIME0001
TIME0002
TIME0003
ZOOP0001
Hope someone can help with this. I've got 7500 rows of data, really don't want to do this by hand.
Bookmarks