+ Reply to Thread
Results 1 to 8 of 8

Remove invisible characters...?

Hybrid View

  1. #1
    Registered User
    Join Date
    07-05-2012
    Location
    Florida US
    MS-Off Ver
    Excel 2007
    Posts
    96

    Remove invisible characters...?

    HI,
    I am using MS Excel 10 and see in the formula bar " ' 10 " for some numbers. Those numbers are int eh columns where some formulas do nto work, such as simple averaging.
    How can I remove the " 'space " part without altering the numbers?
    Why do those appear before some numbers?
    What other problems might I cause by removing them? (like maybe removing the "zero" as the leading number in a multiple digit number...?)
    Thanks,
    Synthia

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: Remove invisible characters...?

    if it is a space use trim() that will remove the space before and after the number

    you may find also value() may help as that will change a text formated number into a value
    But
    need to see exactly how its formatted
    " ' 10 "

    as that has a ' and " around

  3. #3
    Registered User
    Join Date
    07-05-2012
    Location
    Florida US
    MS-Off Ver
    Excel 2007
    Posts
    96

    Re: Remove invisible characters...?

    Thanks it is actually an apostrophe and a blank space before some numbers.

    It makes the average function return a "divO" error.

    Thanks,
    Synthia

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,414

    Re: Remove invisible characters...?

    Highlight the column with those values in, then click on Data, then Text-to-Columns, then click Finish on the first panel.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    07-05-2012
    Location
    Florida US
    MS-Off Ver
    Excel 2007
    Posts
    96

    Re: Remove invisible characters...?

    I tried trim and clean and still get #DIV/0! in three of five columns....they all have the same type of numbers and all columns have some blank cells in them....wonder how I can figure why some have errors that others don't? and fix it...?
    Thanks,
    Synthia

  6. #6
    Registered User
    Join Date
    07-05-2012
    Location
    Florida US
    MS-Off Ver
    Excel 2007
    Posts
    96

    Re: Remove invisible characters...?

    I tried trim and clean and still get #DIV/0! in three of five columns....they all have the same type of numbers and all columns have some blank cells in them....wonder how I can figure why some have errors that others don't? and fix it...?
    I attached.

    Thanks,
    Synthia
    Attached Files Attached Files

  7. #7
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: Remove invisible characters...?

    is it always a
    space apostrophe space

    if so then you can do a

    Mid(cell, 3, len(cell)-3)
    which will remove the

    then add value to change text to a number
    assuming number in cell B3

    =VALUE(MID(B3,3,LEN(B3)-3))

  8. #8
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Remove invisible characters...?

    I selected an empty cell, copied, and did paste special, add to the numeric values in cols F:M.
    Attached Files Attached Files
    Entia non sunt multiplicanda sine necessitate

+ 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