Skip to main content

This is probably really simple - can someone please help with a formula…


What I am trying to achieve: remove space after comma in a string


Example of existing string: Kim Jones, Ted Jones, Fred Jones, Sam Jones


What I am after is a formula to convert the above to: Kim Jones,Ted Jones,Fred Jones,Sam Jones


I have up to 11 names in my string - any advice is greatly appreciated.

This should do it:


SUBSTITUTE({Field name or string}, ", ", ",")

This should do it:


SUBSTITUTE({Field name or string}, ", ", ",")

Awesome - perfect thank you!

✅


Reply