Calculating the area below a curve on a scatter plot

pkrzyzaniak10

New Member
Joined
Nov 4, 2014
Messages
1
How do I shade in an area below the curve on a scatter plot? How do I calculate the area of this shaded in area?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi and welcome to the MrExcel Message Board.

Shading under a scatter plot is not easy. John Peltier has a tutorial here: Fill Under or Between Series in an Excel XY Chart - Peltier Tech Blog

Can you make the x-axis points be evenly spaced - possibly by adding extra data points? If you can then an Area plot could be used.

As for area calculations, if you have the data in columns A and B with headings in row 1 then this formula in C3 and dragged down should produce a series of points that you can sum to get an approximation to the total area.

=(B2+B3)/2*(A3-A2)
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,737
Members
449,050
Latest member
excelknuckles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top