Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default How to show 5 data series on one chart

Hello,

Here are the data that I have:
- a category that will be my X axis
- a percentage that will be my Y axis. I have a percentage value per
category per year.
- 3 company names
- 2 years (2004 and 2009)

What I want to show is the following:
For each company, I would like to plot a solid colored line representing the
different % for each category for 2004 and a dotted colored (same) line
representing different % for each category for 2009.

As a result I would get three sets of lines, three different colors, and
within each set a solid and a dotted line.

I currently have my table organized as follows:
Company1 Company2 Company3
2004 2009 2004 2009 2004 2009
Category-a 10% 15% 5% 3% ETC.
Category-b
Category-c

I hope I have put enough information for you to help me out.
Thanks in advance
Stephanie

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default How to show 5 data series on one chart

Hi Stephano,

If you create a line chart from your data as it is now (just select the
whole table including the first line with company names), you will get what
you are describing e.g.:

A Series for each company's 2004 score and each companies 2009 score.
A X-Axis with Category1,2,3 on it.

Once you have this it is just a case of changing the line colors and styles
for the different series.

If what you want is to have the X-Axis broken down by company as well as
category then you need the following type of table (or you have to manually
build the series's):
2004 2009 2004 2009 2004 2009
Company A Cat1 23% 38%
Cat2 82% 83%
Cat3 21% 10%
Company B Cat1 76% 40%
Cat2 39% 90%
Cat3 76% 14%
Company C Cat1 33% 49%
Cat2 82% 59%
Cat3 12% 73%

This will break down your category axis by company, which is harder for
people to compare company vs company but it means its a bit easier to see the
performance of the individual companies.

Thanks
SAm
"stefrano" wrote:

Hello,

Here are the data that I have:
- a category that will be my X axis
- a percentage that will be my Y axis. I have a percentage value per
category per year.
- 3 company names
- 2 years (2004 and 2009)

What I want to show is the following:
For each company, I would like to plot a solid colored line representing the
different % for each category for 2004 and a dotted colored (same) line
representing different % for each category for 2009.

As a result I would get three sets of lines, three different colors, and
within each set a solid and a dotted line.

I currently have my table organized as follows:
Company1 Company2 Company3
2004 2009 2004 2009 2004 2009
Category-a 10% 15% 5% 3% ETC.
Category-b
Category-c

I hope I have put enough information for you to help me out.
Thanks in advance
Stephanie

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default How to show 5 data series on one chart

Hi SamW

Thank you very much for your answer.
I am testing your suggestions as I speak.
I am running into a new problem now: if I change the chart style to scatter,
I loose all the categories on the X axis and they're replaced by numbers. Do
you know how to fix that?
I feel I have checked everything and I just can't find a solution.

Thank you
Stephanie

"SamW" wrote:

Hi Stephano,

If you create a line chart from your data as it is now (just select the
whole table including the first line with company names), you will get what
you are describing e.g.:

A Series for each company's 2004 score and each companies 2009 score.
A X-Axis with Category1,2,3 on it.

Once you have this it is just a case of changing the line colors and styles
for the different series.

If what you want is to have the X-Axis broken down by company as well as
category then you need the following type of table (or you have to manually
build the series's):
2004 2009 2004 2009 2004 2009
Company A Cat1 23% 38%
Cat2 82% 83%
Cat3 21% 10%
Company B Cat1 76% 40%
Cat2 39% 90%
Cat3 76% 14%
Company C Cat1 33% 49%
Cat2 82% 59%
Cat3 12% 73%

This will break down your category axis by company, which is harder for
people to compare company vs company but it means its a bit easier to see the
performance of the individual companies.

Thanks
SAm
"stefrano" wrote:

Hello,

Here are the data that I have:
- a category that will be my X axis
- a percentage that will be my Y axis. I have a percentage value per
category per year.
- 3 company names
- 2 years (2004 and 2009)

What I want to show is the following:
For each company, I would like to plot a solid colored line representing the
different % for each category for 2004 and a dotted colored (same) line
representing different % for each category for 2009.

As a result I would get three sets of lines, three different colors, and
within each set a solid and a dotted line.

I currently have my table organized as follows:
Company1 Company2 Company3
2004 2009 2004 2009 2004 2009
Category-a 10% 15% 5% 3% ETC.
Category-b
Category-c

I hope I have put enough information for you to help me out.
Thanks in advance
Stephanie

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default How to show 5 data series on one chart

XY (Scatter) charts do not allow non-numeric labels across either axis.
Doesn't a line chart work?

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



stefrano wrote:
Hi SamW

Thank you very much for your answer.
I am testing your suggestions as I speak.
I am running into a new problem now: if I change the chart style to scatter,
I loose all the categories on the X axis and they're replaced by numbers. Do
you know how to fix that?
I feel I have checked everything and I just can't find a solution.

Thank you
Stephanie

"SamW" wrote:

Hi Stephano,

If you create a line chart from your data as it is now (just select the
whole table including the first line with company names), you will get what
you are describing e.g.:

A Series for each company's 2004 score and each companies 2009 score.
A X-Axis with Category1,2,3 on it.

Once you have this it is just a case of changing the line colors and styles
for the different series.

If what you want is to have the X-Axis broken down by company as well as
category then you need the following type of table (or you have to manually
build the series's):
2004 2009 2004 2009 2004 2009
Company A Cat1 23% 38%
Cat2 82% 83%
Cat3 21% 10%
Company B Cat1 76% 40%
Cat2 39% 90%
Cat3 76% 14%
Company C Cat1 33% 49%
Cat2 82% 59%
Cat3 12% 73%

This will break down your category axis by company, which is harder for
people to compare company vs company but it means its a bit easier to see the
performance of the individual companies.

Thanks
SAm
"stefrano" wrote:

Hello,

Here are the data that I have:
- a category that will be my X axis
- a percentage that will be my Y axis. I have a percentage value per
category per year.
- 3 company names
- 2 years (2004 and 2009)

What I want to show is the following:
For each company, I would like to plot a solid colored line representing the
different % for each category for 2004 and a dotted colored (same) line
representing different % for each category for 2009.

As a result I would get three sets of lines, three different colors, and
within each set a solid and a dotted line.

I currently have my table organized as follows:
Company1 Company2 Company3
2004 2009 2004 2009 2004 2009
Category-a 10% 15% 5% 3% ETC.
Category-b
Category-c

I hope I have put enough information for you to help me out.
Thanks in advance
Stephanie

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
Show series name on the chart - but not at every data point RSunday Charts and Charting in Excel 4 April 28th 23 07:43 PM
Do not show a portion of the data series if the value is 0 asmithbcat Charts and Charting in Excel 1 October 21st 08 10:06 PM
adding a line to show average for a data series on a chart Judy Rose Charts and Charting in Excel 1 August 22nd 08 10:01 PM
How to set up pivot to show name of series item in bar chart Lin, PMP, NJ Charts and Charting in Excel 0 November 28th 07 04:14 PM
chart data series -- plot a table as a single series hjc Charts and Charting in Excel 7 September 20th 05 05:52 PM


All times are GMT +1. The time now is 07:00 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"