R
rvExcelNewTip
Is there a "general" exponentiation function in excel? I recently ha
to evaluate the function f(x) = (2-x)^(2/3) and I got an error (#NUM!
as soon as x > 2 no matter which excel function I used. However th
function g(x)=(2-x)^(1/3) could be computed without a problem.
Using =(2-a3)^(b3) , =EXP(b3*LN(2-a3)) or =POWER(2-a3,b3) where the b
cell contains the fractional exponent (2/3) made no difference (*)
In this case I could solve the problem by transforming the formula int
=((2-a3)^(c3))^2 , c3: =b3/2 which yielded me the expected answer.
However, I'm still somewhat disappointed, because I had to know tha
the cell b3 would contain exactly 2/3 at the time of execution and thi
will not always be the case.
Hence my question.
(*) =EXP(b3*LN(2-a3)) already flipped (correctly) when a3 =
to evaluate the function f(x) = (2-x)^(2/3) and I got an error (#NUM!
as soon as x > 2 no matter which excel function I used. However th
function g(x)=(2-x)^(1/3) could be computed without a problem.
Using =(2-a3)^(b3) , =EXP(b3*LN(2-a3)) or =POWER(2-a3,b3) where the b
cell contains the fractional exponent (2/3) made no difference (*)
In this case I could solve the problem by transforming the formula int
=((2-a3)^(c3))^2 , c3: =b3/2 which yielded me the expected answer.
However, I'm still somewhat disappointed, because I had to know tha
the cell b3 would contain exactly 2/3 at the time of execution and thi
will not always be the case.
Hence my question.
(*) =EXP(b3*LN(2-a3)) already flipped (correctly) when a3 =