Forum Discussion
simmo81154
Dec 03, 2019Copper Contributor
whats wrong with this formula?
=14.3696*(1-(6.8754*10^5*F39))^5.2559
PReagan
Dec 03, 2019Bronze Contributor
Hello simmo81154,
The root of a negative value is imaginary. I assume you are receiving a #NUM! error?
For example if F39=1, then your formula equates to -9879660.4144^5.2559 which is imaginary.
If you can explain your goal with this formula, I may be able to offer a valid suggestion.
P.S. Highlighting part of a formula and pressing F9 shows what that part of the formula equates to. This is perfect for trying to discover where a formula is giving an error.
- simmo81154Dec 03, 2019Copper Contributor
thanks it works fine nowPReagan
- PReaganDec 03, 2019Bronze Contributor
- CA_PUNIT_AGARWALDec 03, 2019Copper ContributorWhen I copy and paste your formula, I get the result as 14.3696 Please elaborate
- simmo81154Dec 03, 2019Copper Contributorthanks, I have it working now
- PReaganDec 03, 2019Bronze Contributor
I assume cell F39 is empty when you pasted the formula. If so, then the formula evaluates to:
=14.3696*(1-(6.8754*10^5*0))^5.2559
=14.3696*(1)^5.2559
=14.3696*1
=14.3696
- simmo81154Dec 03, 2019Copper Contributorthanks I have it working now