how to find cubed root of a number

  • Thread starter Thread starter westvette
  • Start date Start date
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.
 
With value in A1 the below formula will give you the cube root
=A1^(1/3)

If this post helps click Yes
 
With value in A1 the below formula will give you the cube root
=A1^(1/3)

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top