I have a scenario that i am unable to figure out. What i am trying to do is build up a complex formula in a cell that is text based. I then want to use the result of that text based formula as the actual formula in another cell. Is this even possible?
Example:
B1
= 2
B2
= 3
B4
= ="B1+B2"
in a text format so the result looks like: B1+B2
I want to use the value of B4 as the formula in B5 so that the end result in cell B5 is: 5
I have tried in B5 =B4
but that just results in the text value of B4 which is B1+B2
again. I also tried a few other options and they all fail which is why i am here. Is there a way to accomplish this?