I have a small data set with Fiscal years and Sales. One of the data points is an outlier so in order to get an accurate trend line I have omitted the outlier data point. I have already created a trend line omitting the outlier.
What I want to do:
1) Lock the trend line and re-plot the outlier without effecting the trend line
2) Find the % difference between between each fiscal year and the trend line.
My data set is so simple the regressions and line formulas seem to be complicating this task. Thank you for your time.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Fiscal Year[/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]FY 09[/TD]
[TD]91434[/TD]
[/TR]
[TR]
[TD]FY 10[/TD]
[TD]98996[/TD]
[/TR]
[TR]
[TD]FY 11[/TD]
[TD]139821[/TD]
[/TR]
[TR]
[TD]FY 12[/TD]
[TD]303181[/TD]
[/TR]
[TR]
[TD]FY 13[/TD]
[TD]229622[/TD]
[/TR]
[TR]
[TD]FY 14[/TD]
[TD]263403[/TD]
[/TR]
</tbody>[/TABLE]
What I want to do:
1) Lock the trend line and re-plot the outlier without effecting the trend line
2) Find the % difference between between each fiscal year and the trend line.
My data set is so simple the regressions and line formulas seem to be complicating this task. Thank you for your time.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Fiscal Year[/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]FY 09[/TD]
[TD]91434[/TD]
[/TR]
[TR]
[TD]FY 10[/TD]
[TD]98996[/TD]
[/TR]
[TR]
[TD]FY 11[/TD]
[TD]139821[/TD]
[/TR]
[TR]
[TD]FY 12[/TD]
[TD]303181[/TD]
[/TR]
[TR]
[TD]FY 13[/TD]
[TD]229622[/TD]
[/TR]
[TR]
[TD]FY 14[/TD]
[TD]263403[/TD]
[/TR]
</tbody>[/TABLE]