Skip to content

Instantly share code, notes, and snippets.

@ncalm
Created December 13, 2023 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncalm/98e7e01fdbe11d9ae4aed2d9926d36ae to your computer and use it in GitHub Desktop.
Save ncalm/98e7e01fdbe11d9ae4aed2d9926d36ae to your computer and use it in GitHub Desktop.
This Excel LAMBDA function calculates the volume of a cone
CONEVOLUME = LAMBDA(radius, height, PI() / 3 * radius^2 * height);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment