Skip to content

=REMOVESPACES

The REMOVESPACES function removes all spaces from a specified text string or field.

=REMOVESPACES(ValueOrField)

ValueOrField – The text string or field token from which all spaces will be removed.

  • Scans the input text for space characters.

  • Removes every space found in the string.

  • Returns a continuous string with no spacing between characters.

  • Formula functions are case sensitive and must be written in ALL CAPS.

  • Removes all spaces, including leading, trailing, and internal spaces.

  • Useful for standardizing IDs, codes, or compact text values.

  • Can be combined with other text functions for data cleaning workflows.

  • Unlike NORMALIZETEXT, this function fully eliminates spacing rather than standardizing it.

=REMOVESPACES(123 Sample Street NY)
123SampleStreetNY

REMOVESPACES, remove spaces, strip whitespace, text cleanup, string compression, no spaces, workflow formulas, formula function