formula needed

  • Thread starter Thread starter Tricia
  • Start date Start date
T

Tricia

Hi what is the formula to calculate the volume of a cask/barrel. I can find
sites where I can put in the measurements but none display the actual
formula.
Thanks Tricia
 
Volume = ((radius * radius)* PI()) * height
If you have stored the height in a1 and the radius in b1, the result of
=PI()*(B1^2)*A1 is the volume.
If you want to calculate if for transport purposes Volume = diameter *
diameter * height, i.e. the drum is supposed to be square and not round.
HTH
Ruedi Sommer
 
Back
Top