I am trying to calculate the interest on stock returns using:
=((POWER(Report[Total Value]/Report[Book Value],Report[x]))-1)*365,
where x = 1/(1.*(TODAY()-Report[First Trade Date]))
I am fairly certain that the equation is correct. I keep
getting an error: Results are too large or type mismatch
My hunch is that it has to do with the dates in the POWER function,
but that's a guess. Can someone help, please.
Thanks
=((POWER(Report[Total Value]/Report[Book Value],Report[x]))-1)*365,
where x = 1/(1.*(TODAY()-Report[First Trade Date]))
I am fairly certain that the equation is correct. I keep
getting an error: Results are too large or type mismatch
My hunch is that it has to do with the dates in the POWER function,
but that's a guess. Can someone help, please.
Thanks