PC Review


Reply
Thread Tools Rate Thread

Charting the Sum of Two, or More, Series of Data

 
 
MJ
Guest
Posts: n/a
 
      20th Apr 2010
I know there must be a relatively simple solution to my challenge, short of
creating a new series od data which is the sum of desired series.

Let's say that I have the following

02/13/2010 02/20/2010 02/27/2010 ...
0-30 $7,072,987 $5,990,448 $8,978,002
31-60 177,472 160,460 142,547
61-90 24,976 25,644 2,413

Rather than tracking two series (0-30 and 31-60) as two separate series on
my graph, I would like to track a NEW series called 0-60 which is the sum of
these two series:

02/13/2010 02/20/2010 02/27/2010 ...
0-60 $7,250,459 $6,150,950 $9,120,549
61-90 24,976 25,644 2,413

So how can I do this simply within the chart, without needing to do all of
the summation separately?

--

MJ
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      20th Apr 2010
How about a stacked bar chart

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"MJ" <(E-Mail Removed)> wrote in message
news:271D5A77-B7A7-498F-8D53-(E-Mail Removed)...
>I know there must be a relatively simple solution to my challenge, short of
> creating a new series od data which is the sum of desired series.
>
> Let's say that I have the following
>
> 02/13/2010 02/20/2010 02/27/2010 ...
> 0-30 $7,072,987 $5,990,448 $8,978,002
> 31-60 177,472 160,460 142,547
> 61-90 24,976 25,644 2,413
>
> Rather than tracking two series (0-30 and 31-60) as two separate series on
> my graph, I would like to track a NEW series called 0-60 which is the sum
> of
> these two series:
>
> 02/13/2010 02/20/2010 02/27/2010 ...
> 0-60 $7,250,459 $6,150,950 $9,120,549
> 61-90 24,976 25,644 2,413
>
> So how can I do this simply within the chart, without needing to do all of
> the summation separately?
>
> --
>
> MJ


 
Reply With Quote
 
MJ
Guest
Posts: n/a
 
      20th Apr 2010
Don,

Had not thought about that one, but I did try it. While might be a dark
horse possibility lacking a different solution for the sum of the series
group, due to the volume ot tracking points and the size of the graph it
looses a lot in the rendering. I even looked at the stacked area and line
graphs.

This is one of those times that a single line graph is the most productive
representation.

If you, or anyone else, has a solution on how to come up with a Series
values formulas what will sum the series values, that is what I am looking
for.

Thank you for your suggestion.

--

MJ


"Don Guillett" wrote:

> How about a stacked bar chart
>
> --
> Don Guillett
> Microsoft MVP Excel
> SalesAid Software
> (E-Mail Removed)
> "MJ" <(E-Mail Removed)> wrote in message
> news:271D5A77-B7A7-498F-8D53-(E-Mail Removed)...
> >I know there must be a relatively simple solution to my challenge, short of
> > creating a new series od data which is the sum of desired series.
> >
> > Let's say that I have the following
> >
> > 02/13/2010 02/20/2010 02/27/2010 ...
> > 0-30 $7,072,987 $5,990,448 $8,978,002
> > 31-60 177,472 160,460 142,547
> > 61-90 24,976 25,644 2,413
> >
> > Rather than tracking two series (0-30 and 31-60) as two separate series on
> > my graph, I would like to track a NEW series called 0-60 which is the sum
> > of
> > these two series:
> >
> > 02/13/2010 02/20/2010 02/27/2010 ...
> > 0-60 $7,250,459 $6,150,950 $9,120,549
> > 61-90 24,976 25,644 2,413
> >
> > So how can I do this simply within the chart, without needing to do all of
> > the summation separately?
> >
> > --
> >
> > MJ

>
> .
>

 
Reply With Quote
 
trip_to_tokyo
Guest
Posts: n/a
 
      20th Apr 2010
EXCEL 2007

Hi MJ.

I have just pu up a file for you at:-

http://www.pierrefondes.com/

Item number 97.

I have created a Pivot Table and Pivot Chart from the data that you provided.

You can toggle on / off what's in the chart by using the drop down in F2.

For your 0 to 60 day period I created a Calculated Item (as you can see).

Hope this helps you out.

If my comments have helped please hit Yes.

Thanks.





"MJ" wrote:

> I know there must be a relatively simple solution to my challenge, short of
> creating a new series od data which is the sum of desired series.
>
> Let's say that I have the following
>
> 02/13/2010 02/20/2010 02/27/2010 ...
> 0-30 $7,072,987 $5,990,448 $8,978,002
> 31-60 177,472 160,460 142,547
> 61-90 24,976 25,644 2,413
>
> Rather than tracking two series (0-30 and 31-60) as two separate series on
> my graph, I would like to track a NEW series called 0-60 which is the sum of
> these two series:
>
> 02/13/2010 02/20/2010 02/27/2010 ...
> 0-60 $7,250,459 $6,150,950 $9,120,549
> 61-90 24,976 25,644 2,413
>
> So how can I do this simply within the chart, without needing to do all of
> the summation separately?
>
> --
>
> MJ

 
Reply With Quote
 
MJ
Guest
Posts: n/a
 
      21st Apr 2010
Pierre,

I like your approach to my problem and I was looking at a pivot tablechart
as a possibility, but would require a major restucturing of our current
report format that our leadership is not prepared for at this time. I may
yet need to lead them down that path in the future, but right now they want a
simple brute force solution.

Thank you for your efforts and I will keep it handy as an example for the
future.

--

MJ


"trip_to_tokyo" wrote:

> EXCEL 2007
>
> Hi MJ.
>
> I have just pu up a file for you at:-
>
> http://www.pierrefondes.com/
>
> Item number 97.
>
> I have created a Pivot Table and Pivot Chart from the data that you provided.
>
> You can toggle on / off what's in the chart by using the drop down in F2.
>
> For your 0 to 60 day period I created a Calculated Item (as you can see).
>
> Hope this helps you out.
>
> If my comments have helped please hit Yes.
>
> Thanks.
>
>
>
>
>
> "MJ" wrote:
>
> > I know there must be a relatively simple solution to my challenge, short of
> > creating a new series od data which is the sum of desired series.
> >
> > Let's say that I have the following
> >
> > 02/13/2010 02/20/2010 02/27/2010 ...
> > 0-30 $7,072,987 $5,990,448 $8,978,002
> > 31-60 177,472 160,460 142,547
> > 61-90 24,976 25,644 2,413
> >
> > Rather than tracking two series (0-30 and 31-60) as two separate series on
> > my graph, I would like to track a NEW series called 0-60 which is the sum of
> > these two series:
> >
> > 02/13/2010 02/20/2010 02/27/2010 ...
> > 0-60 $7,250,459 $6,150,950 $9,120,549
> > 61-90 24,976 25,644 2,413
> >
> > So how can I do this simply within the chart, without needing to do all of
> > the summation separately?
> >
> > --
> >
> > MJ

 
Reply With Quote
 
MJ
Guest
Posts: n/a
 
      21st Apr 2010
Point of clarification... our current report format tracks datasets spanning
24 months. The sample data in original questions is only a small subset.

* Due to the amount of tracked data, while the stacked barchart might work
in a fashion, it looses so much in translation that it is not viable for this
application.

What I am looking for is...

Is there a way within the 'Select Data Source', 'Series' to identify the
desired series as a resulting summation of two, or more, series WITHOUT
having to actually create such a dataset/series to reference in the data
source selection.

Someone out there has to have this answer. Thank you in advance for your
time and efforts.

--

MJ


"MJ" wrote:

> I know there must be a relatively simple solution to my challenge, short of
> creating a new series od data which is the sum of desired series.
>
> Let's say that I have the following
>
> 02/13/2010 02/20/2010 02/27/2010 ...
> 0-30 $7,072,987 $5,990,448 $8,978,002
> 31-60 177,472 160,460 142,547
> 61-90 24,976 25,644 2,413
>
> Rather than tracking two series (0-30 and 31-60) as two separate series on
> my graph, I would like to track a NEW series called 0-60 which is the sum of
> these two series:
>
> 02/13/2010 02/20/2010 02/27/2010 ...
> 0-60 $7,250,459 $6,150,950 $9,120,549
> 61-90 24,976 25,644 2,413
>
> So how can I do this simply within the chart, without needing to do all of
> the summation separately?
>
> --
>
> MJ

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      22nd Apr 2010
Excel charts chart data from Excel cells. There may be tricks using
named formulas, but these are difficult to get right and prone to
maintenance issues.

What is so terrible about putting the totals into the worksheet? You
could put them somewhere outside the print range if you don't want to
clutter up the worksheet.

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


On 4/21/2010 11:08 AM, MJ wrote:
> Point of clarification... our current report format tracks datasets spanning
> 24 months. The sample data in original questions is only a small subset.
>
> * Due to the amount of tracked data, while the stacked barchart might work
> in a fashion, it looses so much in translation that it is not viable for this
> application.
>
> What I am looking for is...
>
> Is there a way within the 'Select Data Source', 'Series' to identify the
> desired series as a resulting summation of two, or more, series WITHOUT
> having to actually create such a dataset/series to reference in the data
> source selection.
>
> Someone out there has to have this answer. Thank you in advance for your
> time and efforts.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Charting the Sum of Two, or More, Series of Data MJ Microsoft Excel Programming 6 22nd Apr 2010 05:06 PM
Charting the Sum of Two, or More, Series of Data MJ Microsoft Excel Misc 6 22nd Apr 2010 05:06 PM
Charting the Sum of Two, or More, Series of Data MJ Microsoft Excel Worksheet Functions 6 22nd Apr 2010 05:06 PM
Help with Charting Data Series MJ Microsoft Excel Charting 3 16th Jul 2008 02:01 PM
charting data with multiple series Mary Microsoft Excel Charting 1 26th Sep 2003 06:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:02 AM.