Equation error for linear trendline with dates

davemcwish

New Member
Joined
Nov 12, 2013
Messages
11
I have the following data that I've plotted and trying to forecast when 'Value' reaches 8


DateValue
01 Feb 20156.9330
04 Mar 20156.9588
04 April 20156.9847
04 May 20157.0697
04 June 20157.1576

<tbody>
</tbody>


<colgroup><col><col></colgroup><tbody>
</tbody>
Using a linear forecast trendline, I get the equation

y=0.0019x-71.545

which gives a value of x as 41865, for y=8

This doesn't seem right as the first value I have is for 01 Feb 2015 (42036)


Interestingly, if I switch to a Logarithmic trendline I get

y=78.558ln(x)-829.44

which gives a reasonable value of 42622 (9 Sep 2015)


Anyone got an answer to why the linear trendline equation gives a seemingly incorrect value ?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi

The way you display the coefficients, it seems out of proportion. You have 2 significant digits in the x coefficient but 5 significant digits in the x values and in the other coefficient.

Try for ex. 12 decimals. (in the chart, right-click on the equation label, choose Format Trendline Label->Number->Category: Number->Decimal Places: 12)
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
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