+ Reply to Thread
Results 1 to 3 of 3

truncated cone volume formula in excel

  1. #1
    Registered User
    Join Date
    02-11-2023
    Location
    Estonia
    MS-Off Ver
    Microsoft 365
    Posts
    1

    truncated cone volume formula in excel

    Hi,

    I tried to write formula for calculating volume of truncated cone. I see that there is something wrong because web calculators get diferent answer.What is wrong in my formula? My file is attached.

    Thank you in advance,
    Andrus from Estonia
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,833

    Re: truncated cone volume formula in excel

    Are you using the correct formula for the volume of a truncated cone? Your formula in D2 does not look the same as the formulas derived here: https://mathemaphilia.com/unit/volume-truncated-cone/ When I use mathempahilia's formula, I get 0.2978..., which rounds down to 0.29 that you show for the Web result.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Valued Forum Contributor
    Join Date
    07-13-2021
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    513

    Re: truncated cone volume formula in excel

    Quote Originally Posted by savagear View Post
    What is wrong in my formula?
    Your formula: =ROUNDUP(1/3*PI()*A2 *B2^2+C2*C2^2+B2,2)

    Your mistakes:

    1. You are missing parentheses around the expression B2^2 + C2*C2^2 + B2 (sic)
    2. The correct expression is B2^2 + B2*C2 + C2^2
    3. You(?) truncated the online calculator result -- or it did. The online calculator that I found returns 0.2978
    4. You round up the result. It is usually more appropriate to simply round

    The following image demonstrates the correct calculations (in green). See the attached Excel file for details.

    trunc cone xl.jpg
    D3: =ROUND(1/3 * PI() * A2 *(B2^2 + B2*C2 + C2^2),4)

    trunc cone calc.jpg

    PS.... __I__ did not enter the "slant height" field. The online calculator did that automagically. I have no idea what that is; and I don't care. It has no bearing on this calculation. (Well, I did not find it with a google search.)

    PPS.... For clarity, I would reorder the terms and write:
    PI() * A2 *(B2^2 + B2*C2 + C2^2) / 3

    -----
    Attached Files Attached Files
    Last edited by curiouscat408; 02-12-2023 at 06:49 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Volume per Year - Total Volume and growth rate know
    By mr.xyz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-20-2023, 04:07 PM
  2. [SOLVED] Formula to show volume of 2nd identifier if volume of 1st identifier is missing
    By biglou97 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-13-2021, 10:32 AM
  3. Copy Truncated to non Truncated
    By light in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-19-2019, 07:44 AM
  4. [SOLVED] Index/Match Multiple Criteria: Item # & Volume Level Pricing Relative to Specific Volume
    By dilbert1865 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-15-2014, 09:28 AM
  5. [SOLVED] Jim Cone
    By Nigel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-24-2005, 12:05 AM
  6. This is For Jim Cone
    By Nigel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-23-2005, 09:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1