How to turn a string formula into a “real” formula

前端 未结 8 823
情深已故
情深已故 2020-11-22 12:15

I have 0,4*A1 in a cell (as a string). How can convert this \"string formula\" into a real formula and calculate its value, in another cell?

8条回答
  •  忘了有多久
    2020-11-22 12:40

    I Concatenated my formula as normal but at the start I had '= instead of =.

    Then I copy and paste as text to where I need it. Then I highlight the section saved as text and press ctrl + H to find and replace.
    I replace '= with = and all of my functions are active.

    Its a few stages but it avoids VBA.

    I hope this helps,

    Rob

提交回复
热议问题