POWER
Definition
Returns a number raised to a power.
Sample Usage
POWER(4,0.5)
POWER(A2,B2)
POWER(2,5)
Syntax
POWER(base, exponent)
base
- The number to raise to theexponent
power.- If
base
is negative,exponent
must be an integer.
- If
exponent
- The exponent to raisebase
to.
Notes
- Excellentable does not support complex or imaginary values.
See Also
SQRTPI
: Returns the positive square root of the product of Pi and the given positive number.
SQRT
: Returns the positive square root of a positive number.
LOG10
: Returns the the logarithm of a number, base 10.
LOG
: Returns the the logarithm of a number given a base.
LN
: Returns the the logarithm of a number, base e (Euler's number).
GAMMALN
: Returns the the logarithm of a specified Gamma function, base e (Euler's number).
EXP
: Returns Euler's number, e (~2.718) raised to a power.
In order to use the POWER formula, start with your edited Excellentable.
A
|
B
|
|
---|---|---|
1
|
||
2
|
||
3
|
||
4
|
||
5
|