0
Remove all white spaces from a string
Hi, I need to know is exist a formula to remove all white spaces in a string. Trim just removes from beginning and end of a string. Thanks.
2 replies
-
You can use the
replace()
function. For example,replace(YourTextField, " ", "")
-
Hi, it works. Thanks a lot. Simple and easy.
Content aside
- 4 yrs agoLast active
- 2Replies
- 815Views