Hi,
I'm trying to place a comma and a space after the letter 'X' whenever it is found. Also the last character will be an 'X' - I'm not wanting a comma or space there. Example.
123X7QAX40Z1X
becomes
123X, 7QAX, 40Z1X
Thanks in advance for any help.
Solved! Go to Solution.
@Brad1 one way of doing this with the replace() function
Works great. Very nice. Thanks.