+ Reply to Thread
Results 1 to 3 of 3

How do I remove Char(160) from a cell?

  1. #1
    Dave
    Guest

    How do I remove Char(160) from a cell?

    I pasted data into a spreadsheet form an html table. I found there in a
    Char(160) character on eoither side of the data. I want to strip this
    character. This character is an nbsp in HTML.



  2. #2
    Bob Phillips
    Guest

    Re: How do I remove Char(160) from a cell?

    =SUBSTITUTE(E1,CHAR(160),"")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Dave" <[email protected]> wrote in message
    news:[email protected]...
    > I pasted data into a spreadsheet form an html table. I found there in a
    > Char(160) character on eoither side of the data. I want to strip this
    > character. This character is an nbsp in HTML.
    >
    >




  3. #3
    Dave
    Guest

    Re: How do I remove Char(160) from a cell?

    Thanks that did the trick!!


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > =SUBSTITUTE(E1,CHAR(160),"")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Dave" <[email protected]> wrote in message
    > news:[email protected]...
    >> I pasted data into a spreadsheet form an html table. I found there in a
    >> Char(160) character on eoither side of the data. I want to strip this
    >> character. This character is an nbsp in HTML.
    >>
    >>

    >
    >




+ 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