#1   Report Post  
Posted to microsoft.public.excel.misc
Myles
 
Posts: n/a
Default How Do I Integrate?

I have a spreadsheet of about 100 data points of independent variables and
matching values for dependent variables. I want to integrate the resulting
curve to find the area underneath. How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernie Deitrick
 
Posts: n/a
Default How Do I Integrate?

Myles,

To calculate the area under a curve, you can use

=SUMPRODUCT(A3:A100-A2:A99,(B3:B100+B2:B99)/2)

Where your x values are in A2:A100, and your Y values are in B2:B100. 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


"Myles" wrote in message
...
I have a spreadsheet of about 100 data points of independent variables and
matching values for dependent variables. I want to integrate the resulting
curve to find the area underneath. How do I do this?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default How Do I Integrate?

see my Tip&Tricks site for more details

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Myles" wrote in message
...
I have a spreadsheet of about 100 data points of independent variables and
matching values for dependent variables. I want to integrate the
resulting
curve to find the area underneath. How do I do this?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
integrate Peter Charts and Charting in Excel 1 December 3rd 05 03:14 AM
You'd figure that Excel 2003 could numerically integrate! flaterp Excel Discussion (Misc queries) 4 April 22nd 05 06:05 PM
How to integrate cells from different .xls into one consolidation fgauvin Excel Discussion (Misc queries) 1 April 10th 05 04:17 PM
How do I integrate a variablebased formula in excel? boy williams Excel Worksheet Functions 1 March 15th 05 07:23 PM


All times are GMT +1. The time now is 06:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"