Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to calculate the radius of a sphere knowing its volume.
volume = 4/3Pi r3 r3 = volume/ 4/3Pi r= cubed root of r3 How do I find this cubed root. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With value in A1 the below formula will give you the cube root
=A1^(1/3) If this post helps click Yes --------------- Jacob Skaria "westvette" wrote: I want to calculate the radius of a sphere knowing its volume. volume = 4/3Pi r3 r3 = volume/ 4/3Pi r= cubed root of r3 How do I find this cubed root. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
OR
=POWER(A1,1/3) If this post helps click Yes --------------- Jacob Skaria "westvette" wrote: I want to calculate the radius of a sphere knowing its volume. volume = 4/3Pi r3 r3 = volume/ 4/3Pi r= cubed root of r3 How do I find this cubed root. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cubed square root | Excel Worksheet Functions | |||
Can you find the cubed root on excel | Excel Worksheet Functions | |||
what is formula for cubed root | Excel Worksheet Functions | |||
what is the formula for the cubed root of | Excel Discussion (Misc queries) | |||
Does excel have a 'cubed root' function? How can it work it out? | Excel Worksheet Functions |