Pivot Chart- 2 unrelated series on 1 chart

  • Thread starter Thread starter toby131
  • Start date Start date
T

toby131

I have a set of warranty orders that each have a date when the product was
originally shipped and a date when a problem was reported. I am trying to
make a pivot chart with months on the x-axis and counts on the y-axis. I
want 2 series, one that shows how many orders were shipped in each month and
one that shows how many problems were reported each month. I do not want to
show the relationship between the report and ship dates, just unique counts
of each based on date. Is this possible? Here is an example of what my data
looks like, I have about 6,000 entries so there are significant counts for
each month:

ID Ship Month Report Month
1 4-07 7-08
2 2-08 6-08
3 5-06 4-07
4 9-07 11-07
 
I would use two pivot tables, one to compile shipping and the other for
reporting, then make a regular, not pivot, chart with these two sets of
data.

- Jon
 
This looks like what I want to do, but I forgot to mention that I am working
in 2003. I am having a hard time telling exactly what you did. How did you
get the date in the row field? Thanks!
 
Back
Top