Skip to main content

is it possible to remove spacing between words using formula

Do you want to remove all spaces, or only some?


You can replace the space character with an empty string using the SUBSTITUTE function. It is documented in the formula field reference.


SUBSTITUTE({field name}, " ", "")

Do you want to remove all spaces, or only some?


You can replace the space character with an empty string using the SUBSTITUTE function. It is documented in the formula field reference.


SUBSTITUTE({field name}, " ", "")

Thank you Kuovonne it worked perfectly 😍


Reply