Job description
Hello, I need a macro or a set of functions that from in one cell the result will be seen in the other. e.g.:
in cell A2 typing 2+2+(3*2) then in cell B2 the result of 10 should appear. The solution should be scalable (needs to create cost estimates and in different cells there are preliminaries.
I assume two solutions:
1. (preferred) a set of functions that when entered into cell B2 will make it calculate the value from A2
2. a macro where we will indicate the source cell and the resulting cell.