Is there a way to short this substitute formula?

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I want to remove all periods, hyphens and comma's. The below works but is
there a better solution?

=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(K35,".","")," ",""),"-","")
 
is there a better solution?

From a formula, not really. The old_text argument can't be an array. That's
why you have to nest a new level for every different old_text argument.
 
Thanks.
--
Wag more, bark less


T. Valko said:
From a formula, not really. The old_text argument can't be an array. That's
why you have to nest a new level for every different old_text argument.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top