Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: How do I calculate the area under the curve using Excel?

55 views
Skip to first unread message

@consumerdotorg Bernie Deitrick

unread,
Jun 1, 2005, 8:38:13 AM6/1/05
to
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" <munst...@discussions.microsoft.com> wrote in message
news:4D747D7D-9A1C-4243...@microsoft.com...
> 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 =)


0 new messages