If cell A20 in MS Excel contains the value 5, then the formula "A=A20^3" will return a value equal to
Answer Details
If cell A20 in MS Excel contains the value 5, then the formula "A=A20^3" will return a value equal to 125.
The "^" symbol in Excel represents an exponentiation operator, which means it raises the value of the number to the power of the number specified after the operator.
In this case, the formula "A=A20^3" is saying that the value of A is equal to the value of cell A20 raised to the power of 3. So, A20 = 5, and 5 raised to the power of 3 (or 5 cubed) is 125.
Therefore, if cell A20 in MS Excel contains the value 5, then the formula "A=A20^3" will return a value of 125.