Convert function to value

J

JC

Is there a way to convert a range of cells which currently contain functions
(returning numeric values) to the value returned?

For example:

a1 = 5
a2 = a1 * 2 (returns 10)

How to convert a2 to the number 10, instead of the function?

thanks.
 
Top