+ Reply to Thread
Results 1 to 7 of 7

alpha numberic cell

  1. #1
    clambake5
    Guest

    alpha numberic cell

    How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00?

  2. #2
    CLR
    Guest

    Re: alpha numberic cell

    In A1 type 1 and Enter, then highlight A1 > right-click > FormatCells >
    Number tab > Custom > and in the Type: window, NAR 0.00 > OK.......then in
    A2 put =A1+1 and copy down...........

    Vaya con Dios,
    Chuck, CABGx3


    "clambake5" <clambake5@discussions.microsoft.com> wrote in message
    news:EE5610E2-35C9-46FF-B2BC-A5F6B9A85FC8@microsoft.com...
    > How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00?




  3. #3
    Max
    Guest

    Re: alpha numberic cell

    Another way to try out ..

    Put in any starting cell, say A2:

    ="NAR "&TEXT(ROWS($A$1:A1),"0.00")

    Copy A2 down

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "clambake5" <clambake5@discussions.microsoft.com> wrote in message
    news:EE5610E2-35C9-46FF-B2BC-A5F6B9A85FC8@microsoft.com...
    > How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00?




  4. #4
    CLR
    Guest

    Re: alpha numberic cell

    Another way...........

    in A1 type NAR 1.00
    in A2 type =LEFT(A1,3)&" "&TEXT(MID(A1,FIND(" ",A1,1),99)+1,"0.00") and copy
    down.........

    Vaya con Dios,
    Chuck, CABGx3


    "clambake5" <clambake5@discussions.microsoft.com> wrote in message
    news:EE5610E2-35C9-46FF-B2BC-A5F6B9A85FC8@microsoft.com...
    > How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00?




  5. #5
    Max
    Guest

    Re: alpha numberic cell

    And if you want to fill across instead of down,
    just change ROWS to COLUMNS,
    viz. use: ="NAR "&TEXT(COLUMNS($A$1:A1),"0.00")

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  6. #6
    clambake5
    Guest

    Re: alpha numberic cell

    Thanks Max! You are a bloody genius!!


    "Max" wrote:

    > Another way to try out ..
    >
    > Put in any starting cell, say A2:
    >
    > ="NAR "&TEXT(ROWS($A$1:A1),"0.00")
    >
    > Copy A2 down
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    > "clambake5" <clambake5@discussions.microsoft.com> wrote in message
    > news:EE5610E2-35C9-46FF-B2BC-A5F6B9A85FC8@microsoft.com...
    > > How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00?

    >
    >
    >


  7. #7
    Max
    Guest

    Re: alpha numberic cell

    Glad to hear it worked !
    Thanks for the feedback ..
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "clambake5" <clambake5@discussions.microsoft.com> wrote in message
    news:C3EF6992-0977-4FAF-A598-8CA390B1EB4B@microsoft.com...
    > Thanks Max! You are a bloody genius!!




+ 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