how to find cubed root of a number

W

westvette

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.
 
J

Jacob Skaria

With value in A1 the below formula will give you the cube root
=A1^(1/3)

If this post helps click Yes
 
Top