Below is a listing of some cells with unnecessary text. The text to remove would be /%%, -, and empty spaces.
CodePudding user response:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1;"/";"");"-";"");" ";"");"%";"");";";"")
change semikolon to comma
This will remove all the charakters at once.
Your first formula is not working for me.

