#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 5
Default Best chart method

Hello,

I am helping someone with a chart and I am a bit stumped. The chart needs
to show for each month the number of items that are assigned or unassigned.
Not only that but each assigned and unassigned quantity of items is of a
certain number of days which is to be shown in the chart as well. (0-29,
30-59, 60-89, and 90+).

The boss wants a line graph but I am not sure this works. I have not
created very many charts and most of those have been simple bar or pie
charts. This is a little over my head.

Would a line graph be possible and if not, what is the best way of doing this?

thanks

Michael
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,344
Default Best chart method

Hi,

Diagram a small sample of the data for us.

Date Age Number
1/07 0-29 34
2/07 0-29 12
1/07 30-69 5
.....


--
Thanks,
Shane Devenshire


"THE BIG O" wrote:

Hello,

I am helping someone with a chart and I am a bit stumped. The chart needs
to show for each month the number of items that are assigned or unassigned.
Not only that but each assigned and unassigned quantity of items is of a
certain number of days which is to be shown in the chart as well. (0-29,
30-59, 60-89, and 90+).

The boss wants a line graph but I am not sure this works. I have not
created very many charts and most of those have been simple bar or pie
charts. This is a little over my head.

Would a line graph be possible and if not, what is the best way of doing this?

thanks

Michael

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 5
Default Best chart method

Hi,

This is what the data would look like:

Range Month Assigned Un-Assigned
0-29 Jan 2000 1200
30-59 Jan 1150 523
60-89 Jan 85 32
90+ Jan 1 0

0-29 Feb 2200 1100
30-59 Feb 850 725
60-89 Feb 101 52
90+ Feb 3 2

The boss wants to see in one graph by month how the assigned and un-assigned
change for each range. This would be update monthly and we may even enter
all of last years data so we can see a pattern.

Thanks

Michael



"ShaneDevenshire" wrote:

Hi,

Diagram a small sample of the data for us.

Date Age Number
1/07 0-29 34
2/07 0-29 12
1/07 30-69 5
....


--
Thanks,
Shane Devenshire


"THE BIG O" wrote:

Hello,

I am helping someone with a chart and I am a bit stumped. The chart needs
to show for each month the number of items that are assigned or unassigned.
Not only that but each assigned and unassigned quantity of items is of a
certain number of days which is to be shown in the chart as well. (0-29,
30-59, 60-89, and 90+).

The boss wants a line graph but I am not sure this works. I have not
created very many charts and most of those have been simple bar or pie
charts. This is a little over my head.

Would a line graph be possible and if not, what is the best way of doing this?

thanks

Michael

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Best chart method

Rearrange your data:

Range Month Assignment Value
0-29 Jan Assigned 2000
30-59 Jan Assigned 1150
60-89 Jan Assigned 85
90+ Jan Assigned 1
0-29 Feb Assigned 2200
30-59 Feb Assigned 850
60-89 Feb Assigned 101
90+ Feb Assigned 3
0-29 Jan Un-Assigned 1200
30-59 Jan Un-Assigned 523
60-89 Jan Un-Assigned 32
90+ Jan Un-Assigned 0
0-29 Feb Un-Assigned 1100
30-59 Feb Un-Assigned 725
60-89 Feb Un-Assigned 52
90+ Feb Un-Assigned 2

Create a pivot table (Data menu). Drag the Value field to the Data area, and
experiment with the other fields. Placing Month in the Columns area and
Range and Assignment in the Rows area (Range to the left) produces this
table:

Sum of Value Month
Range Assignment Jan Feb
0-29 Assigned 2000 2200
Un-Assigned 1200 1100
30-59 Assigned 1150 850
Un-Assigned 523 725
60-89 Assigned 85 101
Un-Assigned 32 52
90+ Assigned 1 3
Un-Assigned 0 2

which makes a potentially useful clustered column pivot chart (you need to
change the chart type from stacked column). Other arrangements might be
equally useful. The nice thing about the pivot table (and chart) is that you
can move the fields around easily to see whether you have any reasonable
relationships within the data.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"THE BIG O" wrote in message
...
Hi,

This is what the data would look like:

Range Month Assigned Un-Assigned
0-29 Jan 2000 1200
30-59 Jan 1150 523
60-89 Jan 85 32
90+ Jan 1 0

0-29 Feb 2200 1100
30-59 Feb 850 725
60-89 Feb 101 52
90+ Feb 3 2

The boss wants to see in one graph by month how the assigned and
un-assigned
change for each range. This would be update monthly and we may even enter
all of last years data so we can see a pattern.

Thanks

Michael



"ShaneDevenshire" wrote:

Hi,

Diagram a small sample of the data for us.

Date Age Number
1/07 0-29 34
2/07 0-29 12
1/07 30-69 5
....


--
Thanks,
Shane Devenshire


"THE BIG O" wrote:

Hello,

I am helping someone with a chart and I am a bit stumped. The chart
needs
to show for each month the number of items that are assigned or
unassigned.
Not only that but each assigned and unassigned quantity of items is of
a
certain number of days which is to be shown in the chart as well.
(0-29,
30-59, 60-89, and 90+).

The boss wants a line graph but I am not sure this works. I have not
created very many charts and most of those have been simple bar or pie
charts. This is a little over my head.

Would a line graph be possible and if not, what is the best way of
doing this?

thanks

Michael



  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 5
Default Best chart method

Thanks Jon, I have played around with the pivot table and pivot chart. I
think I have arranged it now to look like we want it to. Now I just need to
run it through an entire year to see what it looks like. Thanks again for
your help.

Michael


"Jon Peltier" wrote:

Rearrange your data:

Range Month Assignment Value
0-29 Jan Assigned 2000
30-59 Jan Assigned 1150
60-89 Jan Assigned 85
90+ Jan Assigned 1
0-29 Feb Assigned 2200
30-59 Feb Assigned 850
60-89 Feb Assigned 101
90+ Feb Assigned 3
0-29 Jan Un-Assigned 1200
30-59 Jan Un-Assigned 523
60-89 Jan Un-Assigned 32
90+ Jan Un-Assigned 0
0-29 Feb Un-Assigned 1100
30-59 Feb Un-Assigned 725
60-89 Feb Un-Assigned 52
90+ Feb Un-Assigned 2

Create a pivot table (Data menu). Drag the Value field to the Data area, and
experiment with the other fields. Placing Month in the Columns area and
Range and Assignment in the Rows area (Range to the left) produces this
table:

Sum of Value Month
Range Assignment Jan Feb
0-29 Assigned 2000 2200
Un-Assigned 1200 1100
30-59 Assigned 1150 850
Un-Assigned 523 725
60-89 Assigned 85 101
Un-Assigned 32 52
90+ Assigned 1 3
Un-Assigned 0 2

which makes a potentially useful clustered column pivot chart (you need to
change the chart type from stacked column). Other arrangements might be
equally useful. The nice thing about the pivot table (and chart) is that you
can move the fields around easily to see whether you have any reasonable
relationships within the data.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"THE BIG O" wrote in message
...
Hi,

This is what the data would look like:

Range Month Assigned Un-Assigned
0-29 Jan 2000 1200
30-59 Jan 1150 523
60-89 Jan 85 32
90+ Jan 1 0

0-29 Feb 2200 1100
30-59 Feb 850 725
60-89 Feb 101 52
90+ Feb 3 2

The boss wants to see in one graph by month how the assigned and
un-assigned
change for each range. This would be update monthly and we may even enter
all of last years data so we can see a pattern.

Thanks

Michael



"ShaneDevenshire" wrote:

Hi,

Diagram a small sample of the data for us.

Date Age Number
1/07 0-29 34
2/07 0-29 12
1/07 30-69 5
....


--
Thanks,
Shane Devenshire


"THE BIG O" wrote:

Hello,

I am helping someone with a chart and I am a bit stumped. The chart
needs
to show for each month the number of items that are assigned or
unassigned.
Not only that but each assigned and unassigned quantity of items is of
a
certain number of days which is to be shown in the chart as well.
(0-29,
30-59, 60-89, and 90+).

The boss wants a line graph but I am not sure this works. I have not
created very many charts and most of those have been simple bar or pie
charts. This is a little over my head.

Would a line graph be possible and if not, what is the best way of
doing this?

thanks

Michael




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
chart from Pivot chart [email protected] Charts and Charting in Excel 1 August 4th 06 04:51 PM
Chart series (based on datarange content) alecswan Charts and Charting in Excel 2 July 22nd 06 07:28 PM
Chart series (based on datarange content) alecswan Excel Discussion (Misc queries) 0 July 19th 06 09:50 PM
Activating a Chart object Hari Prasadh Charts and Charting in Excel 6 August 2nd 05 07:22 PM
tick mark labels Debrane Charts and Charting in Excel 9 July 19th 05 02:53 AM


All times are GMT +1. The time now is 10:30 AM.

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"