is it possible to remove spacing between words using formula
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.