Forum Discussion
jjangmanwol
Jul 02, 2022Copper Contributor
help with formula
392147(E44)/(10EXP^(0.5(E44)^2))*((1000000EXP^((3(E44)^2)/2)-3921470)^2)^(1/3)
Hi can i check if this is correct or did i mess up somewhere?
If you try something like
=3.92147E+49/(10*EXP(5E+43^2))*( ((1000000*EXP(3E+44^2/2)-3921470)^2)^(1/3) )
that doesn't work since calculation results are out of Excel limits
- Riny_van_EekelenPlatinum Contributor
jjangmanwol Doesn't really look like an Excel formula. What are you trying to accomplish?
- jjangmanwolCopper Contributor
Riny_van_Eekelen Hi sir, thank you for replying. I am trying to key in an equation to do an Euler method.