+ Reply to Thread
Results 1 to 5 of 5

Serial Numbers that begin with Text

Hybrid View

Guest Serial Numbers that begin... 06-27-2006, 11:30 AM
baxybaxy you obviously need to insert... 06-27-2006, 11:37 AM
Guest Re: Serial Numbers that begin... 06-27-2006, 11:45 AM
Guest RE: Serial Numbers that begin... 06-27-2006, 11:50 AM
Guest Re: Serial Numbers that begin... 06-27-2006, 12:45 PM
  1. #1
    KRC
    Guest

    Serial Numbers that begin with Text

    I need to assign several thousand numbers. However, the numbers must
    begin with the text ISRC US-ABC-06- How can I use this prefix and
    then automatically assign numbers.

    For example:
    ISRC US-ABC-06-00001
    ISRC US-ABC-06-00002
    ISRC US-ABC-06-00003


  2. #2
    Registered User
    Join Date
    06-27-2006
    Posts
    11
    you obviously need to insert a formula to count which record you're on (row above plus 1!)

    then use =TEXT(serialnumber,"00000") - formats number as text with 5 digits (adds preceding zeros)

    then just join your text to this using &

    eg. "ISRC US-ABC-06-" & TEXT (serialnumber,"00000")

  3. #3
    Owen
    Guest

    Re: Serial Numbers that begin with Text

    This should do what you're looking for.

    ="ISRC US-ABC-06-" & TEXT(ROW(),"00000")

    KRC wrote:
    > I need to assign several thousand numbers. However, the numbers must
    > begin with the text ISRC US-ABC-06- How can I use this prefix and
    > then automatically assign numbers.
    >
    > For example:
    > ISRC US-ABC-06-00001
    > ISRC US-ABC-06-00002
    > ISRC US-ABC-06-00003



  4. #4
    CLR
    Guest

    RE: Serial Numbers that begin with Text

    Hand type the first two in their cells, say A1 and A2. Then highlight them
    both and left click on the little black square in the lower right corner of
    A2 and hold and drag it down the column.........the numbers will fill in
    sequence.

    hth
    Vaya con Dios,
    Chuck, CABGx3



    "KRC" wrote:

    > I need to assign several thousand numbers. However, the numbers must
    > begin with the text ISRC US-ABC-06- How can I use this prefix and
    > then automatically assign numbers.
    >
    > For example:
    > ISRC US-ABC-06-00001
    > ISRC US-ABC-06-00002
    > ISRC US-ABC-06-00003
    >
    >


  5. #5
    Gord Dibben
    Guest

    Re: Serial Numbers that begin with Text

    If you want to autofill these numbers, just enter what you have used in your
    example in A1:A3.

    Select A1:A3 and drag/copy down column A.


    Gord Dibben MS Excel MVP

    On 27 Jun 2006 08:28:11 -0700, "KRC" <ken.carder@twinsisters.com> wrote:

    >I need to assign several thousand numbers. However, the numbers must
    >begin with the text ISRC US-ABC-06- How can I use this prefix and
    >then automatically assign numbers.
    >
    >For example:
    >ISRC US-ABC-06-00001
    >ISRC US-ABC-06-00002
    >ISRC US-ABC-06-00003



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1