Hi,
I want to remove non alphanumeric character from a cell.
From To
A@@@@BC ABC
A B123**D AB123D
alphanumeric character that I want to keep are a-z A-Z and 0-9
As far as I check, substitute function limit to replace only 1 character at a time.
multiple substitute function limited up to 8 time.
The question are;
1. How to apply "OR" in SUBSTITUTE function?
2. are there any function "NOT IN" and kick those character out?
Thanks :D
I want to remove non alphanumeric character from a cell.
From To
A@@@@BC ABC
A B123**D AB123D
alphanumeric character that I want to keep are a-z A-Z and 0-9
As far as I check, substitute function limit to replace only 1 character at a time.
multiple substitute function limited up to 8 time.
The question are;
1. How to apply "OR" in SUBSTITUTE function?
2. are there any function "NOT IN" and kick those character out?
Thanks :D