S
Svein Olav Steinmo
Im trying to do the following:
AB1 = 30
AB2 = 2
A1 = "$AB$1"
B1 = "$AB$2"
In C1 I want to get a formula that says =A1*B1
And I want the result displayed in C1 to be 60
I have tried to set C1 to: = "="&A1&"*"&B1
C1 then returns the text '=A1*B1', not the result of that formula. How can I
do this ???
Best regards
Svein Olav Steinmo
AB1 = 30
AB2 = 2
A1 = "$AB$1"
B1 = "$AB$2"
In C1 I want to get a formula that says =A1*B1
And I want the result displayed in C1 to be 60
I have tried to set C1 to: = "="&A1&"*"&B1
C1 then returns the text '=A1*B1', not the result of that formula. How can I
do this ???
Best regards
Svein Olav Steinmo