Linear trendline to forecast data

tjaques

New Member
Joined
Mar 16, 2006
Messages
11
I have a simple chart showing calls by day average.
Year
1990=100
1995=200
2010=400
2014=515

I want to create a simple line graph and add a trendline showing what calls might be in 2025. Help please. I think I'm over thinking this!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
This is simple and quick. It may be all you need.

YearCalls
1990100
1995200
2010400
2014515
2025#N/A

<tbody>
</tbody>

Select the entire block and insert a scatter(xy) chart. Then add your trendline.

A line chart would distort the horizontal scale, an xy-chart gives a properly spaced scale.
Excel won't plot the #N/A value in an xy-chart.
You have to include x-values up to or beyond the last point to be displayed on the chart. So you have to include the year 2025.
 
Upvote 0

Forum statistics

Threads
1,214,657
Messages
6,120,764
Members
448,991
Latest member
Hanakoro

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