#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default 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



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default 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)


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cubed square root Damon Longworth Excel Worksheet Functions 8 February 13th 07 02:38 PM
Square Root Symbol in VBA MentalDrow Excel Discussion (Misc queries) 8 January 25th 07 09:36 AM
How do I get a (non-square) root of a given number caro_oax Excel Discussion (Misc queries) 3 November 20th 06 08:22 PM
Square root with a remainder xcgames Excel Worksheet Functions 4 March 26th 06 10:10 PM
How do I calculate the Root Mean Square (RMS) aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa Excel Discussion (Misc queries) 7 June 27th 05 01:49 PM


All times are GMT +1. The time now is 01:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"