is it possible to remove spacing between words using formula
Solved
Is it possible to remove spacing between words using formula
Best answer by kuovonne
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}, " ", "")
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
