Plotting two non linear curves and extracting an average percentage imporvement

BenjaminC94

New Member
Joined
Feb 22, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I have two sets of data on excel with differing X and Y values and I am looking to draw comparisons and get an average % increase in flow for pressure over the range.

Basically I did two experiments and want to compare the two and somehow quantify the improvement made statistically from the original (black line) to the new (blue line).

I did some other experiments on different fluids and would like to add them in and get the same percentage improvement figure between lines.

Up to now, I have added log trendlines to get them over the same range and displayed the curve equations and R^2 values.

Is this possible? I have rarely worked with data like this so unsure on how to proceed. If anyone has experience here it would be invaluable.

Thanks, Ben.
 

Attachments

  • MSPAr.png
    MSPAr.png
    47.7 KB · Views: 19

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
I have two sets of data on excel with differing X and Y values and I am looking to draw comparisons and get an average % increase in flow for pressure over the range.

Basically I did two experiments and want to compare the two and somehow quantify the improvement made statistically from the original (black line) to the new (blue line).

I did some other experiments on different fluids and would like to add them in and get the same percentage improvement figure between lines.

Up to now, I have added log trendlines to get them over the same range and displayed the curve equations and R^2 values.

Is this possible? I have rarely worked with data like this so unsure on how to proceed. If anyone has experience here it would be invaluable.

Thanks, Ben.
So, if you take some X value and compute the corresponding y values from the 2 data sets (say Yblack and Yblue) you can then compute the percentage change as Ychange=(Yblue-Yblack)/Yblack. Do that for a variety of X values. You can now compute an average of the changes or plot the (X, Ychange) values to show the changes graphically.

If you do the same experiment with different fluids, you can plot the different change data sets on the same graph to see how the fluids compare.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,488
Members
448,967
Latest member
visheshkotha

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