Oct 05, 2021 06:48 PM
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.
Solved! Go to Solution.
Oct 05, 2021 07:49 PM
Oct 05, 2021 07:49 PM
This should do it:
SUBSTITUTE({Field name or string}, ", ", ",")
Oct 05, 2021 08:01 PM
Awesome - perfect thank you!
:white_check_mark: