Removes all spaces from text except for single spaces between words. Use TRIM on text that you have received from another application that may have irregular spacing.

TRIM(value)

The TRIM function syntax has the following arguments:

  • value (Required) The text from which you want spaces removed.

Example

FormulaDescriptionResult
=TRIM(" First Quarter Earnings ")Removes leading and trailing spaces from the text in the formula (First Quarter Earnings)First Quarter Earnings