Tom expressed precisely :
> What would you use for a formula?
If you provide an address I can email you a sample workbook that
contains a formula-driven autonumbering example for creating sequential
part numbers based on an alpha series identifier. Each new item added
to the series gets its ItemID auto-assigned based on a 'next-in-series'
concept.
ColA is a helper that's hidden by default, and the entire example makes
extensive use of local scope defined names.
One note of caution: if you delete an item block the remaining item
blocks below it will renumber themselves to persist sequential
numbering. If you use this methodology you can't delete IDs once
they've been assigned and used elsewhere. In this case, obsolete items
are left intact and the ItemID can be formatted with StrikeThrough to
indicate the item is discontinued.
In your case the ItemIDs will be CustomerIDs, but it doesn't support
variable SeriesIDs. That means all your IDs need to have the same alpha
text. (A different scheme needs to be devised that will allow you to
mix alpha parts of the IDs)