Defining Points Along Exponential Trendline

mattgso

New Member
Joined
Mar 25, 2015
Messages
10
I let Excel provide an Exponential Curve for a set of data points (in blue). Is there a way to know the value of the points along the curve at each X axis value? I tried using exponential decay and a few other methods. No luck getting the table set up correctly.

Curve1.jpg
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
It looks like your trend line is just taking a serial number as its x-value:

AB
1Serial_NumberTrend_Line
2114649.43871
3214298.4912
4313955.95112
5513295.29245

<tbody>
</tbody>

In B2:

=15009 * EXP(-0.024248 * A2)
 
Last edited:
Upvote 0
Well looks like I was trying to make harder than I needed to. Thanks for the assist.


It looks like your trend line is just taking a serial number as its x-value:

A
B
1
Serial_Number
Trend_Line
2
1
14649.43871
3
2
14298.4912
4
3
13955.95112
5
5
13295.29245

<tbody>
</tbody>

In B2:

=15009 * EXP(-0.024248 * A2)
 
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,530
Members
448,969
Latest member
mirek8991

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