+ Reply to Thread
Results 1 to 3 of 3

Formatting Problems

  1. #1
    lj@spu.edu
    Guest

    Formatting Problems

    I'm in excel and I have a bunch of text data that has an extra space at
    the end of the text on the right hand side for each cell. Is there any
    easy way to remove this space? I've tried using the trim function, but
    when I do this and use copy-paste special-values, there is still a
    space in my result. Any suggestions?


  2. #2
    Nick Hodge
    Guest

    Re: Formatting Problems

    TRIM should remove it, you could try CLEAN() or a formula specically to
    remove leave all but the last character

    =LEFT(A1,LEN(A1)-1)

    --
    HTH
    Nick Hodge
    Microsoft MVP - Excel
    Southampton, England
    www.nickhodge.co.uk
    nick_hodgeTAKETHISOUT@zen.co.uk.ANDTHIS


    <lj@spu.edu> wrote in message
    news:1144878380.842949.32890@i40g2000cwc.googlegroups.com...
    > I'm in excel and I have a bunch of text data that has an extra space at
    > the end of the text on the right hand side for each cell. Is there any
    > easy way to remove this space? I've tried using the trim function, but
    > when I do this and use copy-paste special-values, there is still a
    > space in my result. Any suggestions?
    >




  3. #3
    Jim May
    Guest

    Re: Formatting Problems

    In Cell A1 - testing_____ << _ underscore is actually blanks
    B1 - =Len(A1) << = 12
    C1 =Trim(A1) << = testing
    D1 = Len(C1) << = 7

    Copy C1 (only) and without moving the cursor
    Edit, Paste-Special - select check Value box; OK

    Write back if problem..

    <lj@spu.edu> wrote in message
    news:1144878380.842949.32890@i40g2000cwc.googlegroups.com...
    > I'm in excel and I have a bunch of text data that has an extra space at
    > the end of the text on the right hand side for each cell. Is there any
    > easy way to remove this space? I've tried using the trim function, but
    > when I do this and use copy-paste special-values, there is still a
    > space in my result. Any suggestions?
    >




+ 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