About 45,800 results
Open links in new tab
  1. excel - Substitute a comma with a line break in a cell - Stack Overflow

    Aug 5, 2019 · In the cell below, I want to get whatever is separated by a comma to come to a new line. I can add these line breaks manually with alt+enter, but this time I want to automate it. …

  2. VBA Replacing New-Lines (Enter) with space in a string

    I want to replace all enters in a string with space. for example code should turn: line 1 content line 2 content line 3 content into: line 1 content line 2 content line 3 content Here is a real ...

  3. How to check for spaces before or after a string in excel

    Aug 24, 2012 · I have a column containing values spread over several rows. Some of the values have a space either in front or at the end of the value. Is there a simple way to find out such occurences in a …

  4. 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?

  5. Remove line breaks, return carriages, and all leading space in Excel Cell

    Apr 27, 2013 · Remove line breaks, return carriages, and all leading space in Excel Cell Asked 12 years, 7 months ago Modified 2 years, 3 months ago Viewed 53k times

  6. 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.

  7. Excel cell has an invisible character - Stack Overflow

    You can now see the Unicode value of each character in your cell. Spaces should all be 32. If any space is another value, such as 160, copy that character and then use it to globally replace all instances of …

  8. How do I open space-delimited file in Microsoft Excel?

    Open the CSV file with Excel 2016. Look for "Data" tab and "Text in column" button. In the step 1, select "Delimited". In the step 2, select first "space", and then choose "string classifier" as ". Then Excel will …

  9. excel - IF statement: how to leave cell blank if condition is false ...

    Sep 12, 2013 · I would like to write an IF statement, where the cell is left blank if the condition is FALSE. Note that, if the following formula is entered in C1 (for which the condition is false) for example: ...

  10. Remove leading or trailing spaces in an entire column of data

    Mar 6, 2012 · How do I remove leading or trailing spaces of all cells in an entire column? The worksheet's conventional Find and Replace (aka Ctrl+H) dialog is not solving the problem.