Forum Discussion
jess_d
May 29, 2019Copper Contributor
remove ( )
How do I remove the ( ) with a formula and put the numbers in separate columns? Sales order price (0.83 ) does not match EDI transmitted price (0.80 )
Twifoo
May 29, 2019Silver Contributor
To remove the (), you may need this formula in B1:
=—SUBSTITUTE(SUBSTITUTE(A1,”)”,””),”(“,””)
=—SUBSTITUTE(SUBSTITUTE(A1,”)”,””),”(“,””)