+ Reply to Thread
Results 1 to 5 of 5

remove trailing spaces

Hybrid View

  1. #1
    les8
    Guest

    remove trailing spaces

    I have imported a file that has an undetermined number of spaces after a text
    entry. I need to strip those spaces out so my Vlookup will work. Really
    appreciate any help.

    Example
    Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000.

  2. #2
    Guest

    Re: remove trailing spaces

    Hi

    Try a helper column with
    =TRIM(A1)
    in it.

    Hope this helps.
    Andy.

    "les8" <[email protected]> wrote in message
    news:[email protected]...
    >I have imported a file that has an undetermined number of spaces after a
    >text
    > entry. I need to strip those spaces out so my Vlookup will work. Really
    > appreciate any help.
    >
    > Example
    > Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000.




  3. #3
    les8
    Guest

    Re: remove trailing spaces

    Thank you very much. It worked and I am back in business.


    "Andy" wrote:

    > Hi
    >
    > Try a helper column with
    > =TRIM(A1)
    > in it.
    >
    > Hope this helps.
    > Andy.
    >
    > "les8" <[email protected]> wrote in message
    > news:[email protected]...
    > >I have imported a file that has an undetermined number of spaces after a
    > >text
    > > entry. I need to strip those spaces out so my Vlookup will work. Really
    > > appreciate any help.
    > >
    > > Example
    > > Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000.

    >
    >
    >


  4. #4
    Sloth
    Guest

    RE: remove trailing spaces

    You can use Find and Replace. Put a space in find and nothing in replace.

    "les8" wrote:

    > I have imported a file that has an undetermined number of spaces after a text
    > entry. I need to strip those spaces out so my Vlookup will work. Really
    > appreciate any help.
    >
    > Example
    > Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000.


  5. #5
    les8
    Guest

    RE: remove trailing spaces

    Appreciate your suggestion. Thanks.

    "Sloth" wrote:

    > You can use Find and Replace. Put a space in find and nothing in replace.
    >
    > "les8" wrote:
    >
    > > I have imported a file that has an undetermined number of spaces after a text
    > > entry. I need to strip those spaces out so my Vlookup will work. Really
    > > appreciate any help.
    > >
    > > Example
    > > Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000.


+ 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