+ Reply to Thread
Results 1 to 4 of 4

Removal of characters from a range of cells

  1. #1
    KopRed
    Guest

    Removal of characters from a range of cells

    How can you remove the last two characters from a range of cells in Excel?

  2. #2
    James
    Guest

    Re: Removal of characters from a range of cells

    You could use the following formula - if the data is in column B enter the
    formula in the next column

    =LEFT(B5,LEN(B5)-2)


    "KopRed" <[email protected]> wrote in message
    news:[email protected]...
    > How can you remove the last two characters from a range of cells in Excel?




  3. #3
    CLR
    Guest

    Re: Removal of characters from a range of cells

    You've received a good answer assuming your data might be of inconsistant
    string lengths........however, if your data is consistant in nature, like
    some part numbers, etc, you might can use either "Find > Replace" or " Data
    > Text to columns" to perform the action all within the same column.

    If you are interested, post back with a sample of your data in the post (not
    attached) and someone will provide more details.

    Vaya con Dios,
    Chuck, CABGx3



    "KopRed" <[email protected]> wrote in message
    news:[email protected]...
    > How can you remove the last two characters from a range of cells in Excel?




  4. #4
    KopRed
    Guest

    Re: Removal of characters from a range of cells


    Thanks! Perfect.

    "James" wrote:

    > You could use the following formula - if the data is in column B enter the
    > formula in the next column
    >
    > =LEFT(B5,LEN(B5)-2)
    >
    >
    > "KopRed" <[email protected]> wrote in message
    > news:[email protected]...
    > > How can you remove the last two characters from a range of cells in Excel?

    >
    >
    >


+ 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