Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 19
Default Line Graph in Excel

I have created a line graph in Excel (with my input data on a separate
worksheet). I have 3 columns: Planned, Actual, and New. I am tracking
'requirements' and I only want 2 lines on the graph. I have plotted the
Planned and Actual, however I want the 'New' to be added to the 'Planned' in
the graph. Maybe my example below will help?

Planned Actual New
A 10 8 0
B 15 12 2
C 20 17 0
D 25 23 2

The above is how my input data looks. What I want the graph to show is for
'B' the planned point should be at 17 (not a separate line for New) or for
'D' the Planned point should be at 27.

Is there a way to do this?

Thanks in advance,
Stephanie
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Line Graph in Excel

Hi,

You need to do the addition in a separate column using formula. The chart
just plots information it does not perform calculations prior to plotting.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"SLKoelker" wrote in message
...
I have created a line graph in Excel (with my input data on a separate
worksheet). I have 3 columns: Planned, Actual, and New. I am tracking
'requirements' and I only want 2 lines on the graph. I have plotted the
Planned and Actual, however I want the 'New' to be added to the 'Planned'
in
the graph. Maybe my example below will help?

Planned Actual New
A 10 8 0
B 15 12 2
C 20 17 0
D 25 23 2

The above is how my input data looks. What I want the graph to show is for
'B' the planned point should be at 17 (not a separate line for New) or for
'D' the Planned point should be at 27.

Is there a way to do this?

Thanks in advance,
Stephanie


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 19
Default Line Graph in Excel

Hi again,

Can you tell me a little more information, what formula? Maybe an Example of
what the input data will look like?

Thanks,
Stephanie

"Andy Pope" wrote:

Hi,

You need to do the addition in a separate column using formula. The chart
just plots information it does not perform calculations prior to plotting.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"SLKoelker" wrote in message
...
I have created a line graph in Excel (with my input data on a separate
worksheet). I have 3 columns: Planned, Actual, and New. I am tracking
'requirements' and I only want 2 lines on the graph. I have plotted the
Planned and Actual, however I want the 'New' to be added to the 'Planned'
in
the graph. Maybe my example below will help?

Planned Actual New
A 10 8 0
B 15 12 2
C 20 17 0
D 25 23 2

The above is how my input data looks. What I want the graph to show is for
'B' the planned point should be at 17 (not a separate line for New) or for
'D' the Planned point should be at 27.

Is there a way to do this?

Thanks in advance,
Stephanie


  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 19
Default Line Graph in Excel



"Andy Pope" wrote:

Hi,

You need to do the addition in a separate column using formula. The chart
just plots information it does not perform calculations prior to plotting.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"SLKoelker" wrote in message
...
I have created a line graph in Excel (with my input data on a separate
worksheet). I have 3 columns: Planned, Actual, and New. I am tracking
'requirements' and I only want 2 lines on the graph. I have plotted the
Planned and Actual, however I want the 'New' to be added to the 'Planned'
in
the graph. Maybe my example below will help?

Planned Actual New
A 10 8 0
B 15 12 2
C 20 17 0
D 25 23 2

The above is how my input data looks. What I want the graph to show is for
'B' the planned point should be at 17 (not a separate line for New) or for
'D' the Planned point should be at 27.

Is there a way to do this?

Thanks in advance,
Stephanie


  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Line Graph in Excel

Assuming your test data is in the range A1:D5

E2: =A2
F2: =B2+D2
G2: =C2

Copy the formula down to row 5.
Add labels in F1 and G1 for series.
Create chart based on range E1:G5

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"SLKoelker" wrote in message
...
Hi again,

Can you tell me a little more information, what formula? Maybe an Example
of
what the input data will look like?

Thanks,
Stephanie

"Andy Pope" wrote:

Hi,

You need to do the addition in a separate column using formula. The chart
just plots information it does not perform calculations prior to
plotting.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"SLKoelker" wrote in message
...
I have created a line graph in Excel (with my input data on a separate
worksheet). I have 3 columns: Planned, Actual, and New. I am tracking
'requirements' and I only want 2 lines on the graph. I have plotted the
Planned and Actual, however I want the 'New' to be added to the
'Planned'
in
the graph. Maybe my example below will help?

Planned Actual New
A 10 8 0
B 15 12 2
C 20 17 0
D 25 23 2

The above is how my input data looks. What I want the graph to show is
for
'B' the planned point should be at 17 (not a separate line for New) or
for
'D' the Planned point should be at 27.

Is there a way to do this?

Thanks in advance,
Stephanie





  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 19
Default Line Graph in Excel

Thanks again Andy!! It worked perfectly!


"Andy Pope" wrote:

Hi,

You need to do the addition in a separate column using formula. The chart
just plots information it does not perform calculations prior to plotting.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"SLKoelker" wrote in message
...
I have created a line graph in Excel (with my input data on a separate
worksheet). I have 3 columns: Planned, Actual, and New. I am tracking
'requirements' and I only want 2 lines on the graph. I have plotted the
Planned and Actual, however I want the 'New' to be added to the 'Planned'
in
the graph. Maybe my example below will help?

Planned Actual New
A 10 8 0
B 15 12 2
C 20 17 0
D 25 23 2

The above is how my input data looks. What I want the graph to show is for
'B' the planned point should be at 17 (not a separate line for New) or for
'D' the Planned point should be at 27.

Is there a way to do this?

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
How do i get a line of best fit on my graph in excel mat Excel Discussion (Misc queries) 2 March 12th 07 05:12 PM
How to change color of line and point markers on a line graph SASPerson Charts and Charting in Excel 1 November 15th 06 06:43 PM
Cluster stacked graph AND line combo graph? [email protected] Charts and Charting in Excel 6 October 14th 06 12:33 AM
phase line in an Excel graph tobyhons Excel Discussion (Misc queries) 0 December 15th 05 02:09 PM
Time line in excel graph Wilkesy50 Charts and Charting in Excel 5 April 27th 05 08:41 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"