How to cut a formula from cell? I mean not whole formula, but piece of formula.
For example I have formula like this:
=(B17-0,5*B21-0,5*B23)/(Model!M11*60%)
and I want automatically get a piece formula until the "/" sign (but without this sign).
So the result should be:
=(B17-0,5*B21-0,5*B23)
For example I have formula like this:
=(B17-0,5*B21-0,5*B23)/(Model!M11*60%)
and I want automatically get a piece formula until the "/" sign (but without this sign).
So the result should be:
=(B17-0,5*B21-0,5*B23)