I would like to do what "Data Cleanings" function does and so remove special characters from a field with the formula function.For instance: addaro' becomes addaro, samuel$ becomes samuel
I know I can use-----> replace([field1],"$"," ") but it will only work for $ sign. I'm wondering If I can use multiple values all together such as $,() .....
Thank you