Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default how do i calculate sqaure roots

how do i calculate sqaure roots in excel
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default how do i calculate sqaure roots

=SQRT(81)
=SQRT(A1) best
=A1^(1/2) so cube root is =A1^(1/3)
=POWER(A1,0.5) worst (to many keystrokes)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"jiuodlkcjl;" wrote in message
...
how do i calculate sqaure roots in excel



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default how do i calculate sqaure roots

=25(1/2) returns 5 as square root

=9*(1/3) returns 3 as cube root

You could lso use a cell reference if the number was in a cell.

=A1(1/2)


Gord Dibben MS Excel MVP


On Tue, 20 Nov 2007 17:43:01 -0800, jiuodlkcjl;
wrote:

how do i calculate sqaure roots in excel


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default how do i calculate sqaure roots

Gord meant ^:

=25^(1/2)
and
=9^(1/3)

And the cube root of 27 is 3. The cube root of 9 is closer to 2.08...



Gord Dibben wrote:

=25(1/2) returns 5 as square root

=9*(1/3) returns 3 as cube root

You could lso use a cell reference if the number was in a cell.

=A1(1/2)

Gord Dibben MS Excel MVP

On Tue, 20 Nov 2007 17:43:01 -0800, jiuodlkcjl;
wrote:

how do i calculate sqaure roots in excel


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default how do i calculate sqaure roots

I think it's time to call it a day<g

Or maybe just hang up my pool cue.


Gord

On Tue, 20 Nov 2007 20:02:14 -0600, Dave Peterson
wrote:

Gord meant ^:

=25^(1/2)
and
=9^(1/3)

And the cube root of 27 is 3. The cube root of 9 is closer to 2.08...



Gord Dibben wrote:

=25(1/2) returns 5 as square root

=9*(1/3) returns 3 as cube root

You could lso use a cell reference if the number was in a cell.

=A1(1/2)

Gord Dibben MS Excel MVP

On Tue, 20 Nov 2007 17:43:01 -0800, jiuodlkcjl;
wrote:

how do i calculate sqaure roots in excel




  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 524
Default how do i calculate sqaure roots

Tue, 20 Nov 2007 17:53:30 -0800 from <Gord Dibben
<gorddibbATshawDOTca:
=9*(1/3) returns 3 as cube root


My Excel says 2.080084 -- do I have a bug? :-)


--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"If there's one thing I know, it's men. I ought to: it's
been my life work." -- Marie Dressler, in /Dinner at Eight/
  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default how do i calculate sqaure roots

No.

The only bug is my posting incorrect calculations.


Gord

On Tue, 20 Nov 2007 22:51:02 -0500, Stan Brown
wrote:

Tue, 20 Nov 2007 17:53:30 -0800 from <Gord Dibben
<gorddibbATshawDOTca:
=9*(1/3) returns 3 as cube root


My Excel says 2.080084 -- do I have a bug? :-)


  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default how do i calculate sqaure roots

You have to wait in line to go swimming???

Oh, wait. That's a pool queue.



Gord Dibben wrote:

I think it's time to call it a day<g

Or maybe just hang up my pool cue.

Gord

On Tue, 20 Nov 2007 20:02:14 -0600, Dave Peterson
wrote:

Gord meant ^:

=25^(1/2)
and
=9^(1/3)

And the cube root of 27 is 3. The cube root of 9 is closer to 2.08...



Gord Dibben wrote:

=25(1/2) returns 5 as square root

=9*(1/3) returns 3 as cube root

You could lso use a cell reference if the number was in a cell.

=A1(1/2)

Gord Dibben MS Excel MVP

On Tue, 20 Nov 2007 17:43:01 -0800, jiuodlkcjl;
wrote:

how do i calculate sqaure roots in excel


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 524
Default how do i calculate sqaure roots

Tue, 20 Nov 2007 19:54:54 -0800 from <Gord Dibben
<gorddibbATshawDOTca:
On Tue, 20 Nov 2007 22:51:02 -0500, Stan Brown
wrote:

Tue, 20 Nov 2007 17:53:30 -0800 from <Gord Dibben
<gorddibbATshawDOTca:
=9*(1/3) returns 3 as cube root


My Excel says 2.080084 -- do I have a bug? :-)


No.

The only bug is my posting incorrect calculations.


I think you missed my smiley. :-)

But when I look again, your calculation was correct. True, it didn't
calculate the cube root, but =9*(1/3) is indeed 3.

"Quit beatin' that horse, Elmer. It's DAID."

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"If there's one thing I know, it's men. I ought to: it's
been my life work." -- Marie Dressler, in /Dinner at Eight/
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
How to find square roots on paper esweckwerth Excel Worksheet Functions 2 November 26th 05 04:47 AM
Find all roots of a high-order equation Pan Excel Discussion (Misc queries) 1 October 28th 05 02:03 PM
We have SQRT. But what is the function for other roots - cubed ro. ACC Excel Worksheet Functions 7 March 2nd 05 07:37 PM
Roots Lisbeth Excel Worksheet Functions 3 December 13th 04 10:33 AM
How to figure roots in Excel? Brion Kidder Excel Worksheet Functions 3 November 17th 04 06:34 PM


All times are GMT +1. The time now is 12:42 AM.

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

About Us

"It's about Microsoft Excel"