Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default average/trendline in chart

Hello group,

I'd like some help drawing a trendline in Excel. We have price datasets
going back five years that we want to chart using a line, with an
accompanying trendline. The trendline should be a moving average that uses
the same month for each year to determine the average. For example. If
January 2007's price is "5" and the previous four years' January values were
4, 4, 5, 5 (for an average of 4.5), then 4.5 should be the trendline value
for January 2007.

I'm only finding options in the chart wizard and tools for the standard
moving average of a given range (such as x months).

Please help!

DC G


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default average/trendline in chart

Produce an appropriate data series in your worksheet, and use the TREND
function.
--
David Biddulph

"DC Gringo" wrote in message
...
Hello group,

I'd like some help drawing a trendline in Excel. We have price datasets
going back five years that we want to chart using a line, with an
accompanying trendline. The trendline should be a moving average that
uses the same month for each year to determine the average. For example.
If January 2007's price is "5" and the previous four years' January values
were 4, 4, 5, 5 (for an average of 4.5), then 4.5 should be the trendline
value for January 2007.

I'm only finding options in the chart wizard and tools for the standard
moving average of a given range (such as x months).

Please help!

DC G



  #3   Report Post  
Posted to microsoft.public.excel.charting,microsoft.public.excel
external usenet poster
 
Posts: 2,344
Default average/trendline in chart

Hi DC,

1. You can try the Charting engine's trendline tool. On the chart select
the series and choose the command Chart, Add Trendline. You will see a
Moving Average option. Try this out and see if it is good enough.

2. A second possibility - Choose Tools, Add-in and turn on the check beside
Analysis ToolPak, click OK. In the spreadsheet choose the command Tools,
Data Analysis, Moving Average, and see if this tool helps you.


--
Cheers,
Shane Devenshire


"DC Gringo" wrote:

Hello group,

I'd like some help drawing a trendline in Excel. We have price datasets
going back five years that we want to chart using a line, with an
accompanying trendline. The trendline should be a moving average that uses
the same month for each year to determine the average. For example. If
January 2007's price is "5" and the previous four years' January values were
4, 4, 5, 5 (for an average of 4.5), then 4.5 should be the trendline value
for January 2007.

I'm only finding options in the chart wizard and tools for the standard
moving average of a given range (such as x months).

Please help!

DC G



  #4   Report Post  
Posted to microsoft.public.excel, microsoft.public.excel.charting
external usenet poster
 
Posts: 2,059
Default average/trendline in chart

On Jan 2, 4:06*pm, "DC Gringo" wrote:
For example. *If
January 2007's price is "5" and the previous four years' January
values were 4, 4, 5, 5 (for an average of 4.5), then 4.5 should be
the trendline value for January 2007.

I'm only finding options in the chart wizard and tools for the
standard moving average of a given range (such as x months).


I would simply set up a data series of the desired moving average,
then chart the data series. For example, if you have monthly data in
column A, the following computes a 5-period year-over-year moving
average, starting in B49:

=average(A1+A13+A25+A37+A49)

When you copy down, references get incremented appropriately.

Note: A moving average merely smooths the data fluctuations.
Notwithstanding Excel terminology and others', it is not unreasonable
to chart a suitable trendline (e.g. linear or exponential) through the
moving average data points. To me, that is the real trendline, not
the moving average curve.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
No add a trendline under chart tab. mromero Excel Discussion (Misc queries) 2 September 4th 07 01:20 PM
Trendline erases chart name jase Charts and Charting in Excel 1 June 21st 06 11:30 PM
Moving Average Trendline KT Charts and Charting in Excel 1 January 31st 06 02:52 AM
how do I extract the moving average trendline point data? bobb Charts and Charting in Excel 2 January 10th 06 09:04 AM
R² expression for trendline in chart jean Charts and Charting in Excel 1 December 23rd 04 07:51 AM


All times are GMT +1. The time now is 02:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"