You are here: All Help Topics > Other Information > Cell Functions > TRIM function

TRIM Function

The TRIM function trims trailing spaces from a string. All the spaces following the string will be removed.

TRIM(expression)

TRIM("ABCDEF ")

Displays the string ABCDEF.

Related Topics