Removes all spaces from a given text string, except for the single spaces between words.
Syntax
Examples
|
Formula |
Result |
|
=TRIM(A2) |
Zoho Sheet |
|
=TRIM(" Hello! ") |
Hello! |
|
=TRIM(A4) |
Hey there! |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions