Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • How to get address of named range in Excel
  • Count rows that contain specific values in Excel
  • Vlookup Examples in Excel
  • How to use Excel MMULT Function
  • Merge tables with VLOOKUP in Excel

Data Analysis Examples

  • Managing Conditional Formatting Rules in Excel
  • Move chart to a separate worksheet in Excel
  • How to create a Histogram in Excel
  • Chart Axes in Excel
  • How To Perform and Interpret Regression Analysis in Excel

Data Validation Examples

  • Excel Data validation number multiple 100
  • Data validation must not exist in list
  • Prevent invalid data entering in specific cells
  • Excel Data validation whole percentage only
  • How To Create Drop-down List in Excel

Remove leading and trailing spaces from text in one or more cells in Excel

by

If you need to strip leading and trailing spaces from text in one or more cells, you can use the TRIM function.

Formula

=TRIM(text)

Explanation

In the example show, the formula in cell C3 is:

=TRIM(B3)

Once you’ve removed extra spaces, you can copy the cells with formulas and paste special elsewhere as “values” to get the final text.

Worked Example:   Split dimensions into three parts in Excel

How this formula works

The TRIM function is fully automatic. It removes removes both leading and trailing spaces from text, and also “normalizes” multiple spaces between words to one space character only. All you need to do is supply a reference to a cell.

Worked Example:   Extract middle name from full name -- Manipulating NAMES in Excel

TRIM with CLEAN

If you also need to remove line breaks from cells, you can add the CLEAN function like so:

=TRIM(CLEAN(text))

The CLEAN function removes a range of non-printing characters, including line breaks, and returns “cleaned” text. The TRIM function then takes over to remove extra spaces and returns the final text.

Worked Example:   How to split text with delimiter in Excel

Other problematic characters

Note that CLEAN is not able to remove all non-printing characters, notably a non-breaking space, which can be appear in Excel as CHAR(160). By adding the SUBSTITUTE function to the formula, you can remove specific characters. For example, to remove a non-breaking space, you can use:

=TRIM(CLEAN(SUBSTITUTE(B1,CHAR(160)," ")))

Post navigation

Previous Post:

Remove text by variable position in a cell in Excel

Next Post:

Replace one character with another in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others
  • How to find nth occurrence of character in Excel
  • How to get page from URL in Excel
  • How to extract name from email address in Excel
  • How to add a line break with a formula while joining text strings in Excel
  • LEN, LENB functions: Description, Usage, Syntax, Examples and Explanation
  • Count holidays between two dates in Excel
  • Add years to date in Excel
  • DATEDIF function: Description, Usage, Syntax, Examples and Explanation
  • Roll back weekday to Friday base on a particular date in Excel
  • Get days, hours, and minutes between dates in Excel
  • Future value vs. Present value examples in Excel
  • Calculate original loan amount in Excel
  • RECEIVED function: Description, Usage, Syntax, Examples and Explanation
  • TBILLYIELD function: Description, Usage, Syntax, Examples and Explanation
  • INTRATE function: Description, Usage, Syntax, Examples and Explanation
© 2022 xlsoffice . All Right Reserved. | Teal Smiles