Re: =clean(a1)
if it's just char(27) and char(7):
=SUBSTITUTE(SUBSTITUTE(A1,CHAR(27)," "),CHAR(7)," ")
And if there's a chance that those characters will be doubled up:
=TRIM(SUBSTITUTE(SUBSTITUTE(A1,CHAR(27)," "),CHAR(7)," "))
"news.verizon.net" wrote:
>
> I want to get rid of special characters from A1. But I want it to be
> replaced with space so there are 2 or 3 words:
>
> A1
>
> TESTchar(27)TEST1char(7)TEST2
>
> After clean it should look like this
>
> TEST TEST1 TEST2
>
> Thanks.
--
Dave Peterson
ec35720@msn.com
Fnews-brouse 1.9(20180406) -- by Mizuno, MWE <mwe@ccsf.jp>
GnuPG Key ID = ECC8A735
GnuPG Key fingerprint = 9BE6 B9E9 55A5 A499 CD51 946E 9BDC 7870 ECC8 A735