Convert a Power Trendline into Data

Cazzy B

New Member
Joined
Oct 6, 2014
Messages
7
Hi - hoping someone can help me, I'm really struggling!

I have some data which I have plotted into a graph and created a power trend line.

I want to have the data that creates the power trend line in a table.

I have found formulas - but I just don't seem to be smart enough to put them into practice. Can anyone help me?

This is my original data;

DATA
QuantityPrice
10070.07
200101.33
300215.6
400280.19
500283.51
50062.52
1000457.65
1000457.65
1000381.83
1000295.37
1000280.19
1500338.49
1500338.49
2000458.15
2000352.9
2000332.02
2000330.03
2550267.34
3000717.61
3000555.17
3000467.85
40001020.9
4000773.65
4900562.16
6000365.44
8000512.05
500001293.6
<colgroup><col width="46" style="width: 35pt; mso-width-source: userset; mso-width-alt: 1682;"> <col width="46" style="width: 35pt; mso-width-source: userset; mso-width-alt: 1682;"> <tbody> </tbody>

This is my graph with power trend line.

-- removed inline image ---


This is the table that I want to complete with the trend line data (up to 50,000)

QuantityPrice
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<colgroup><col width="64" style="width: 48pt;" span="2"> <tbody> </tbody>

This is the equation that I found;
Equation: y=c*x^b
c: =EXP(INDEX(LINEST(LN(y),LN(x),,),1,2))
b: =INDEX(LINEST(LN(y),LN(x),,),1)
<colgroup><col width="46" style="width: 35pt;" span="2"> <col width="82" style="width: 62pt; mso-width-source: userset; mso-width-alt: 2998;"> <col width="46" style="width: 35pt;" span="3"> <tbody> </tbody>

Can anyone help me put this into practice?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hi Mr Excel.

For some of my data sets I need to use the Linea Trendline. Do you know the formula I would need in cell E2 to do this please?

Many Thanks
 
Upvote 0
Thank you - this is perfect - please can I trouble you (last time) for the formula that would convert a polynomial trendline as well?
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,941
Members
449,094
Latest member
teemeren

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