Hi everyone,
I have the following data:
Name
James;Smith
I used a formula tool and did: ReplaceChar([Name], ";", ", ")
What I got was: James,Smith
I would like James, Smith
Am I doing something wrong with the ReplaceChar formula? Any help would be greatly appreciated. Thanks!