Description of formula:
Removes all spaces from the beginning and the end of a text.
Removes all spaces from the beginning and the end of a text.
Syntax:
trim(text)
trim(text)
Parameters:
text
(type: Text) Text to be trimmed
Returned type:
Text
Examples:
=trim(‘ Test ’)
=trim(section1.A1)
=trim(‘ Test ’)
=trim(section1.A1)
0 Comments