How do I enter the formula for volume of a cylinder in Excel?

  • Thread starter Thread starter desilkman
  • Start date Start date
With radius in A1 and height in B1, enter this formula (PI x Raidus x Radius
x Height) in C1
=3.14*((A1)^2)*B1

For PI you may use a higher precision number in place of 3.14 I have used.

You can also use
=3.14*A1*A1*B1
 
With radius in A1 and height in B1, enter this formula (PI x Raidus x Radius
x Height) in C1
=3.14*((A1)^2)*B1

For PI you may use a higher precision number in place of 3.14 I have used.

You can also use
=3.14*A1*A1*B1
 

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