Greetings All
I used this formula to remove redundant characters from a Range
=TRIM(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,”(“,””),”)”,””),”,”,””),”‘”,””),”-“,””))
it remove all except ” from the cells. What is need to place in the formula to remove ”
Thanks
regards,