+ Reply to Thread
Results 1 to 7 of 7

chop off extra characters in excel

  1. #1

    chop off extra characters in excel

    I am looking for a way to remove extra charaters from a number, and
    copy it to a new column. Column B is generated from column A. For
    example:
    A => B
    11005656552 565655
    11004567754 456775
    13117896432 789643

    Thanks for you help!


  2. #2
    tim m
    Guest

    RE: chop off extra characters in excel

    If all the numbers in column A are the same length you can use this formula.

    =MID(A1,5,6)

    "[email protected]" wrote:

    > I am looking for a way to remove extra charaters from a number, and
    > copy it to a new column. Column B is generated from column A. For
    > example:
    > A => B
    > 11005656552 565655
    > 11004567754 456775
    > 13117896432 789643
    >
    > Thanks for you help!
    >
    >


  3. #3
    Gary''s Student
    Guest

    RE: chop off extra characters in excel

    =right(A1,6)
    --
    Gary's Student


    "[email protected]" wrote:

    > I am looking for a way to remove extra charaters from a number, and
    > copy it to a new column. Column B is generated from column A. For
    > example:
    > A => B
    > 11005656552 565655
    > 11004567754 456775
    > 13117896432 789643
    >
    > Thanks for you help!
    >
    >


  4. #4
    Don Guillett
    Guest

    Re: chop off extra characters in excel

    homework?


    --
    Don Guillett
    SalesAid Software
    [email protected]
    <[email protected]> wrote in message
    news:[email protected]...
    >I am looking for a way to remove extra charaters from a number, and
    > copy it to a new column. Column B is generated from column A. For
    > example:
    > A => B
    > 11005656552 565655
    > 11004567754 456775
    > 13117896432 789643
    >
    > Thanks for you help!
    >




  5. #5
    tim m
    Guest

    RE: chop off extra characters in excel

    In his sample data he doesn't appear to be including the last digit to the
    right but rather the 6 digits to the left of the last number.

    "Gary''s Student" wrote:

    > =right(A1,6)
    > --
    > Gary's Student
    >
    >
    > "[email protected]" wrote:
    >
    > > I am looking for a way to remove extra charaters from a number, and
    > > copy it to a new column. Column B is generated from column A. For
    > > example:
    > > A => B
    > > 11005656552 565655
    > > 11004567754 456775
    > > 13117896432 789643
    > >
    > > Thanks for you help!
    > >
    > >


  6. #6
    bsmile29
    Guest

    RE: chop off extra characters in excel

    try =MID(A1,5,7) this will means (text, start_num, num_chars)
    Text is the text string containing the characters you want to extract.

    Start_num is the position of the first character you want to extract in
    text. The first character in text has start_num 1, and so on.

    Num_chars specifies the number of characters you want MID to return from
    text.



    "[email protected]" wrote:

    > I am looking for a way to remove extra charaters from a number, and
    > copy it to a new column. Column B is generated from column A. For
    > example:
    > A => B
    > 11005656552 565655
    > 11004567754 456775
    > 13117896432 789643
    >
    > Thanks for you help!
    >
    >


  7. #7
    Ragdyer
    Guest

    Re: chop off extra characters in excel

    Use TTC (Text To Columns).

    Select the column of data, then:
    <Data> <TextToColumns> <FixedWidth> <Next>

    Click in the 'Preview Window' to place your "break lines" exactly where you
    want them to separate the data,
    Then, <Finish>.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    <[email protected]> wrote in message
    news:[email protected]...
    > I am looking for a way to remove extra charaters from a number, and
    > copy it to a new column. Column B is generated from column A. For
    > example:
    > A => B
    > 11005656552 565655
    > 11004567754 456775
    > 13117896432 789643
    >
    > Thanks for you help!
    >



+ 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