What Does It Do?
This function raises a number to a
user specified power.
It is the same as using the ^
operator, such as 3^4, which result is 81.
Both the POWER() function and the ^
operator are the same as using 3*3*3*3.
Syntax
=POWER(NumberToBeRaised,Power)
Formatting
No special formatting is needed.
Example
To calculate the area of a circle.
No comments:
Post a Comment