I'm working with data in the B column that contains either a "+" or a "-" and I need the information after that.
Example values in B column:
> §3 +60% STAT
» (3 -15% STAT
My current formula(s) in the C column are either:
=TRIM(RIGHT(SUBSTITUTE(B1,"+",REPT(" ",LEN(B1))),LEN(B1)))...