Financial Reporting Studio - CAGR Formula problem
Below is the excel formula I'm basing it on:
=IF(C10=0,0,IF(H10/C10<0,-((-H10/C10)^(1/4)-1),(H10/C10)^(1/4)-1))
Ignoring the If section, I have managed to the below:
(column[b]/column[G])^(1/4)
However when I put the -1 in after ^(1/4) if get the error message unrecognised characater.
Can anyone help?