Series - one value

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi. I have a line chart with a series of percentages in N14 through N65.
There is one point for each week of 52 weeks of the year.

In cell N7 I have the running average for Q1.
In cell N8 I have the running average for Q2.
In Cell N9 I have the running average for Q3.
In Cell N10 I have the running avergage for Q4.

I would like to chart another line that shows the quarterly average. 13
values of N7, followed by 13 values of N8; then N9, then N10.

Is there a way to do this other than adding another column that contains
these values?

Thanks,
Mike.
 
If you change your chart type from line to scatter, you can add the qurterly
series with its own x values. If you want the line to be a step fuction, you
will need two points for eac querter (one for the first day and one for the
last). You might also be able to do the same with line charts with date
category axis but I have not tried...
Best wishes, Boris
 
This tutorial describes how to make step charts via Excel line charts:

http://peltiertech.com/WordPress/line-chart-vs-step-chart/

If you want to show the horizontal segments only:

http://peltiertech.com/WordPress/2008/05/24/line-chart-without-risers/

You can also do it with XY series and error bars:

http://peltiertech.com/Excel/ChartsHowTo/StepChart.html

You can even do it without duplicating the range, as shown in the previous
link, but it's trickier and in some cases, Excel reverts back to the regular
range.

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
Advanced Excel Conference - June 17-18 2009 - Charting and Programming
http://peltiertech.com/Training/2009-06-ACNJ/AdvExcelConf200906ACNJ.html
_______
 
Back
Top