TRIM

Removes spaces from a string, leaving only a single space character between words.

语法

TRIM("Text")

Text refers to text in which spaces are to be removed.

示例

=TRIM(" hello world ") returns hello world without leading and trailing spaces and with single space between words.

请支持我们!