+ Reply to Thread
Results 1 to 5 of 5

How can I calculate the area between axis and dataseries xl2002

Hybrid View

  1. #1
    Evert
    Guest

    How can I calculate the area between axis and dataseries xl2002

    I'm trying to calculate the area of a graph (data series) between the x-axis
    and the data-series in excel 2002. I don't know how. Please help!

  2. #2
    Bernie Deitrick
    Guest

    Re: How can I calculate the area between axis and dataseries xl2002

    Evert,

    With your X-values in A1:A11, and your Y values in B1:B11, the formula

    =SUMPRODUCT((B2:B11+B1:B10)*(A2:A11-A1:A10))/2

    with return the trapezoidal approximation of the area under the curve.

    Obviously, the smaller the interval of your X values, the better the resolution of the
    approximation.

    HTH,
    Bernie
    MS Excel MVP


    "Evert" <Evert@discussions.microsoft.com> wrote in message
    news:B9C72F5B-AF26-436A-B6A5-B40EE99BBD3A@microsoft.com...
    > I'm trying to calculate the area of a graph (data series) between the x-axis
    > and the data-series in excel 2002. I don't know how. Please help!




  3. #3
    Bernard Liengme
    Guest

    Re: How can I calculate the area between axis and dataseries xl2002

    See my website www.stfx.ca/people/bliengme/ExcelTips
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "Evert" <Evert@discussions.microsoft.com> wrote in message
    news:B9C72F5B-AF26-436A-B6A5-B40EE99BBD3A@microsoft.com...
    > I'm trying to calculate the area of a graph (data series) between the
    > x-axis
    > and the data-series in excel 2002. I don't know how. Please help!




  4. #4
    Evert
    Guest

    Re: How can I calculate the area between axis and dataseries xl200

    The graph is a little more complicated. It hass these kind of points

    X y
    1 0
    2 15
    3 30
    4 45
    5 53
    6 18
    7 20
    8 10
    9 2
    10 0



    "Bernard Liengme" wrote:

    > See my website www.stfx.ca/people/bliengme/ExcelTips
    > best wishes
    > --
    > Bernard V Liengme
    > www.stfx.ca/people/bliengme
    > remove caps from email
    >
    > "Evert" <Evert@discussions.microsoft.com> wrote in message
    > news:B9C72F5B-AF26-436A-B6A5-B40EE99BBD3A@microsoft.com...
    > > I'm trying to calculate the area of a graph (data series) between the
    > > x-axis
    > > and the data-series in excel 2002. I don't know how. Please help!

    >
    >
    >


  5. #5
    Bernie Deitrick
    Guest

    Re: How can I calculate the area between axis and dataseries xl200

    My formula gives a value of 193:

    =SUMPRODUCT((B2:B10+B1:B9)*(A2:A10-A1:A9))/2

    --
    HTH,
    Bernie
    MS Excel MVP


    "Evert" <Evert@discussions.microsoft.com> wrote in message
    news:9388FF55-4D8D-4255-97A2-A8A389CDBCAF@microsoft.com...
    > The graph is a little more complicated. It hass these kind of points
    >
    > X y
    > 1 0
    > 2 15
    > 3 30
    > 4 45
    > 5 53
    > 6 18
    > 7 20
    > 8 10
    > 9 2
    > 10 0
    >
    >
    >
    > "Bernard Liengme" wrote:
    >
    >> See my website www.stfx.ca/people/bliengme/ExcelTips
    >> best wishes
    >> --
    >> Bernard V Liengme
    >> www.stfx.ca/people/bliengme
    >> remove caps from email
    >>
    >> "Evert" <Evert@discussions.microsoft.com> wrote in message
    >> news:B9C72F5B-AF26-436A-B6A5-B40EE99BBD3A@microsoft.com...
    >> > I'm trying to calculate the area of a graph (data series) between the
    >> > x-axis
    >> > and the data-series in excel 2002. I don't know how. Please help!

    >>
    >>
    >>




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1