A1 formula: =5
B1 formula: =6
C1 formula: ="A1*B1"
D1 formula: ?
What sort of function could I put in D that would "execute" or "calculate" or "interpret" the C1 text into a formula that would return 30?
I know how to do it in VBA, but is there a formula that would be like:
=REFERENCE(C1)
=EXECUTE(C1)
=FORMULA(C1)
I effectively want to take text and convert it into a calculable formula. Any help would be appreciated. Thanks!
B1 formula: =6
C1 formula: ="A1*B1"
D1 formula: ?
What sort of function could I put in D that would "execute" or "calculate" or "interpret" the C1 text into a formula that would return 30?
I know how to do it in VBA, but is there a formula that would be like:
=REFERENCE(C1)
=EXECUTE(C1)
=FORMULA(C1)
I effectively want to take text and convert it into a calculable formula. Any help would be appreciated. Thanks!