How to Calculate Volume in Excel (7 Different Ways)

Method 1 – Volume Calculation of a Sphere

Volume of a Sphere = 4/3 * pi * r^3

Steps:

  • We only need to know the radius of the sphere.
  • Select a cell for the volume calculation (i.e. C7).

How to  Calculate Volume in Excel

  • Input the following formula in cell C7:
=(4/3)*PI()*C5^3

Here, C5 represents the radius of the sphere in meters.

  • Press Enter to have the volume of the sphere.

How to  Calculate Volume in Excel

You can insert a custom value and check if the formula changes.


Method 2 – Volume Calculation of a Rectangular Solid

Volume of a Rectangular Solid= l * a * b

Steps:

  • We need the length, width, and height of the solid in cells C5, C6, and C7.
  • Choose a cell for the volume calculation (i.e. C9).

How to Calculate Volume in Excel

  • Insert the following formula:
=C5*C6*C7

  • Hit Enter.

How to Calculate Volume in Excel

Try yourself in the following section.


Method 3 – Volume Calculation of a Cube

Volume of a Cube= a^3

Steps:

  • Insert the edge length of the cube in C5.
  • Pick a cell for the calculation (i.e. C7).

How to Calculate Volume in Excel

  • Insert the formula mentioned below:
=C5^3

  • Hit Enter.

How to Calculate Volume in Excel

You can practice here by yourself.


Method 4 – Volume Calculation of a Cylinder

Volume of a Cylinder = pi * r^2 * H

r = Radius of the base
h = Height

Steps:

  • Put the radius and height of a cylinder in cells C5 and C6.
  • Pick a cell for the volume calculation (i.e. C8).

How to Calculate Volume in Excel

  • Input the following formula:
=PI()*C5^2*C6

  • Hit Enter.

How to Calculate Volume in Excel

You can practice in the sample datasheet.


Method 5 – Volume Calculation of a Cone

Volume of a Cone = 1/3 * pi * r^2 * h

r = Radius of the base
h = Height of the cone

Steps:

  • Put the radius and height of a cone in cells C5 and C6.
  • Choose a cell for the volume calculation (i.e. C8).

How to Calculate Volume in Excel

  • Input the formula mentioned below:
=(1/3)*PI()*C5^2*C6

  • Press Enter.

How to Calculate Volume in Excel

Try yourself in the practice section.


Method 6 – Volume Calculation of a Torus

Volume of a Torus = 2 * pi^2 * r^2 * R

r = inner radius of the cross-section
R = outer radius of the torus (distance from the center of the torus to the center of the cross-section)

Steps:

  • Put the inner and outer radiuses of a torus in cells C5 and C6.
  • Select a cell for the volume calculation (i.e. C8).

How to Calculate Volume in Excel

  • Input the formula mentioned below:
=PI()*C5^2*2*PI()*C6

  • Hit Enter.

How to Calculate Volume in Excel

You can practice in the practice worksheet.


Method 7 – Volume Calculation of an Ellipsoid

Volume of an Ellipsoid = 4/3 * pi * a * b * c

a, b, and c are the lengths of the axes. A sphere will have equal axes.

Steps:

  • Put the ellipsoid values a, b, and c, into cells C5, C6, and C7.
  • Choose a cell for the volume calculation (i.e. C9).

How to Calculate Volume in Excel

  • Insert the following formula:
=(4/3)*PI()*C5*C6*C7

  • Press Enter.

How to Calculate Volume in Excel

Use the practice section for testing.


Download the Practice Workbook


<< Go Back to Area and Volume | Formula List | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Naimul Hasan Arif
Naimul Hasan Arif

Naimul Hasan Arif, a BUET graduate in Naval Architecture and Marine Engineering, has been contributing to the ExcelDemy project for nearly two years. Currently serving as an Excel and VBA Content Developer, Arif has written more than 120 articles and has also provided user support through comments His expertise lies in Microsoft Office Suite, VBA and he thrives on learning new aspects of data analysis. Arif's dedication to the ExcelDemy project is reflected in his consistent contributions and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo