About 48,400 results
Open links in new tab
  1. Remove all tab characters (\t) in excel cells - Stack Overflow

    Feb 23, 2023 · Can I remove all tab characters (\t) in excel using 'Find And Replace'? I can't use VBA or Excel Function, because sheet has many cells and don't know which cell has tab char.

  2. Best way to remove invisible Unicode characters from text using Power ...

    Dec 1, 2023 · These two characters are explained in Shapecatcher.com: Unicode character information for 'Left-to-right override' (0x202D) and Shapecatcher.com: Unicode character information for 'Pop …

  3. vba - How to remove all non alphanumeric characters from a string ...

    Jul 9, 2018 · I need to remove all non alphanumeric characters from a string except period and space in Excel. A solution using VBA rather than pure excel functions be just fine.

  4. How to remove the character "*" in Excel 2010? - Stack Overflow

    Dec 17, 2013 · The escape character in Excel is the ~. So, to find and replace all asterisks, search for ~* and replace with nothing. Please see the image in order to remove all * characters.

  5. How to remove illegal characters so a dataframe can write to Excel

    But the origin of these characters may be a problem. As you say, the dataframe comes from three Excel spreadsheets. If the source Excel spreadsheets contains those characters, you will still face this …

  6. Removing special characters VBA Excel - Stack Overflow

    I'm using VBA to read some titles and then copy that information to a PowerPoint presentation. The problem is that the titles have special characters, but image files that I am also coping over do ...

  7. Excel: how do I remove all carriage returns from a cell?

    Oct 5, 2010 · I want to get rid of all the carriage returns in my cell. How do I do this?

  8. Remove text appearing between two characters - multiple instances

    Apr 25, 2016 · Remove text appearing between two characters - multiple instances - Excel Asked 9 years, 7 months ago Modified 8 years, 7 months ago Viewed 21k times

  9. Excel - Remove character from end of string - Stack Overflow

    Dec 1, 2016 · 4 Assuming the data is there in the Column A, use the function: =LEFT (A1,LEN (A1)-1). It will read all the characters excluding the last one.

  10. Excel cell has an invisible character - Stack Overflow

    The problem is finding the cells with those unwanted "invisible" characters, as some cells may not be text, instead, a real number, like 7, which displays as a 7 (ctrl-G or "rings the bell" if text) but is really …