#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Scott
 
Posts: n/a
Default Cube root?

How can I calculate the cube root of a number? Is there a formula for this?
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default Cube root?

Scott,
you use the math rule that the nth root of a number is the number
raised to the 1/n.
Thus for the cubic root:
=A1^(1/3)
From my teaching experience: don;t forget the parentheses. The

exponentiation operator takes precedence over the division op.

HTH
Kostis Vezerides

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike Middleton
 
Posts: n/a
Default Cube root?

Scott -

For example, with a number in cell A1, in some other cell enter =A1^(1/3)

- Mike
www.mikemiddleton.com

"Scott" wrote in message
...
How can I calculate the cube root of a number? Is there a formula for
this?
Thanks!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bill Kuunders
 
Posts: n/a
Default Cube root?

To find the nth root of a number, raise that number to the power of 1/n. For
example, to find the cube root of 8 in a cell, type the following:
=8^(1/3)

from
http://support.microsoft.com/Default.aspx?kbid=271143


--
Greetings from New Zealand
Bill K
"Scott" wrote in message
...
How can I calculate the cube root of a number? Is there a formula for
this?
Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Scott
 
Posts: n/a
Default Cube root?

Oh yeah - I remember now! Thanks much for your help!

"vezerid" wrote:

Scott,
you use the math rule that the nth root of a number is the number
raised to the 1/n.
Thus for the cubic root:
=A1^(1/3)
From my teaching experience: don;t forget the parentheses. The

exponentiation operator takes precedence over the division op.

HTH
Kostis Vezerides




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default Cube root?

And, if you prefer: =POWER(A1, 1/3)

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Scott" wrote in message
...
How can I calculate the cube root of a number? Is there a formula for
this?
Thanks!



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles Andrews
 
Posts: n/a
Default Cube root?


"Scott" wrote in message
...
How can I calculate the cube root of a number? Is there a formula for
this?
Thanks!


Only way I've managed to do it is value^0.33333333333333

Which is pretty good...

Charlie


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 calculate a cube root kiran Rajguru New Users to Excel 2 November 16th 05 10:50 AM
cube root derskell Excel Worksheet Functions 5 August 5th 05 04:03 PM
What is the formula for cube root on Excel? tbh_29 Excel Worksheet Functions 3 July 5th 05 04:14 PM
I need the syntax for the cube root function in excel. Andy Excel Discussion (Misc queries) 3 January 10th 05 08:36 PM
Cube Root bigfoot Excel Discussion (Misc queries) 1 December 27th 04 08:09 AM


All times are GMT +1. The time now is 10:01 PM.

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"