P
Paul
Is it possible to calculate the following progmatically or with a formula?
(x^2+7x-30)
Thanks in advance
(x^2+7x-30)
Thanks in advance
Thanks for the quick response, apologies if it was unclear
If you calculate (x^2+7x-30) manually the answer hopefully is (x+10)(x-3) is
it possible to achieve this result with Excel?
Regards
Paul
= (-b + Sqrt(Power(b,2) - 4*c))/ 2
= (-b - Sqrt(Power(b,2) - 4*c))/ 2