E
ExcelMonkey
Does anyone know how to replace all non-operators from a text string? That
is if my string is:
"A1+SUM(B1:B30)-365*Average(Z1:Z30)/$F$4+CostCell"
I want to replace all characters that are not +,-,*,/,^ with "".
Thanks
EM
is if my string is:
"A1+SUM(B1:B30)-365*Average(Z1:Z30)/$F$4+CostCell"
I want to replace all characters that are not +,-,*,/,^ with "".
Thanks
EM