Answered
Formula Calculation Help - Exponential Rate
I am trying to create a formula that calculates several fields in exponential growth but have yet to find the right syntax. Please help!
Value = A x (1 + B)^C
I am trying to create a formula that calculates several fields in exponential growth but have yet to find the right syntax. Please help!
Value = A x (1 + B)^C
You have been so kind and patient... helping a newbie out (lol)... where do I insert /100? I've tried it in the field for the percentage but also in the cumulating field and neither are yielding the correct answer.
event.value = A * Math.pow(1+(B/100), C);Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.