ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   square root (https://www.excelbanter.com/excel-discussion-misc-queries/136134-square-root.html)

marpad

square root
 
hello all,

I need to apply square root in a formula than determines safety stock for
inventory replanishment, but i cannot find the function for it

Dave F

square root
 
=SQRT() or =A1^(1/2) etc.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"marpad" wrote:

hello all,

I need to apply square root in a formula than determines safety stock for
inventory replanishment, but i cannot find the function for it


David Biddulph[_2_]

square root
 
=SQRT(A1)
=A1^0.5
=A1^(1/2)
=POWER(A1,0.5)
=POWER(A1,1/2)
....
--
David Biddulph

"marpad" wrote in message
...
hello all,

I need to apply square root in a formula than determines safety stock for
inventory replanishment, but i cannot find the function for it




Stephen Bye

square root
 
"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
=SQRT(A1)
=A1^0.5
=A1^(1/2)
=POWER(A1,0.5)
=POWER(A1,1/2)


You missed out
=EXP(LN(A1)/2)



David Biddulph[_2_]

square root
 
"Stephen Bye" wrote in message
...
"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
=SQRT(A1)
=A1^0.5
=A1^(1/2)
=POWER(A1,0.5)
=POWER(A1,1/2)


You missed out
=EXP(LN(A1)/2)


In which case, also =10^(LOG10(A1)/2)
and I suppose we could add =GEOMEAN(1,A1)
--
David Biddulph




All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com