Thread: Integrals
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jerry W. Lewis Jerry W. Lewis is offline
external usenet poster
 
Posts: 837
Default Integrals

Depends on what you are trying to do.

Excel has no built-in general calculus functions, but there are a number
of functions that calculate specific definite integrals, such as ERF(),
ERFC(), and *DIST() cumulative continuous probability distribution
functions.

Jerry

brett4098 wrote:

Is there a way to solve integrals in excel without incorporating the use
of VB code?