ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I calculate the area under the curve using Excel? (https://www.excelbanter.com/excel-worksheet-functions/28693-how-do-i-calculate-area-under-curve-using-excel.html)

munster909

How do I calculate the area under the curve using Excel?
 
Is there a function to calculate the area under the curve? I have tried to
use the AREAS(ref) function but failed at finding the area. Maybe I used it
wrong? Any help would be greatly appreciated =)

Bernie Deitrick

AREAS returns the number of range areas of the ref.

To calculate the area under a curve, you can use

=SUMPRODUCT(A2:A20-A1:A19,(B2:B20+B1:B19)/2)

Where your x values are in A1:A20, and your Y values are in B1:B20. This is
an approximate method for finding the area under the curve, summing the area
of the trapezoids defined by pairs of points (and the points along the x
axis).

HTH,
Bernie
MS Excel MVP


"munster909" wrote in message
...
Is there a function to calculate the area under the curve? I have tried to
use the AREAS(ref) function but failed at finding the area. Maybe I used

it
wrong? Any help would be greatly appreciated =)





All times are GMT +1. The time now is 02:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com