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 =)
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 =)
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" <munster909@discussions.microsoft.com> wrote in message
news:4D747D7D-9A1C-4243-BE26-0791C48FC641@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 =)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks