Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 28
Default Excel 2007 Issue: Charting numerous strings of data

Hello,

I am trying to make an x-y line graph that contains numerous different
strings of data. These data sets all share the same x values, but the
different strings do not have the same number of data points (10 data points,
15 data points, and 20 data points)
When these are all charted together, the shorter strings plot fine until the
end of the data points, then the lines all go to the origin. After
experimenting a little I found out that only the longest string displays
properly. All strings shorter than the 20 point line are graphed properly,
except after that last point the line goes back the origin and ends there.
If all of the strings are the same length, there are no problems, so I
thought what if I select blank cells for the remaining 20 points? no dice,
then excel interprets that at that x-location the value is zero and plots it
as such. Excel 2003 understood if there is no data in the cell, don't plot
it.
Does anyone else have this problem and has anyone been able to fix it?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default Excel 2007 Issue: Charting numerous strings of data

A couple of points:
1) The normal way with multiple data series is for the empty cells to be
treated as zero.
2) It is possible to tell Excel to not plot empty cells (click chart; use
Tools | Options and open the Chart tab; look for the box
3) IF you put =NA() in the empty cells (without the need to use the Tools |
Option), Excel will ignore the empty cells
4) There are many, many things wrong with the chart feature in the beta
version of Excel 2007 - you are not expected to use it for production work.
5) The correct term is "data series" not "string". The later means (to
computer nerds) a string of characters , i.e. a bit of text.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Hunter" wrote in message
...
Hello,

I am trying to make an x-y line graph that contains numerous different
strings of data. These data sets all share the same x values, but the
different strings do not have the same number of data points (10 data
points,
15 data points, and 20 data points)
When these are all charted together, the shorter strings plot fine until
the
end of the data points, then the lines all go to the origin. After
experimenting a little I found out that only the longest string displays
properly. All strings shorter than the 20 point line are graphed
properly,
except after that last point the line goes back the origin and ends there.
If all of the strings are the same length, there are no problems, so I
thought what if I select blank cells for the remaining 20 points? no
dice,
then excel interprets that at that x-location the value is zero and plots
it
as such. Excel 2003 understood if there is no data in the cell, don't
plot
it.
Does anyone else have this problem and has anyone been able to fix it?



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 28
Default Excel 2007 Issue: Charting numerous strings of data

lol, I knew strings didn't sound right, but could not think of the proper
term and I figured you would know what I meant...

"Bernard Liengme" wrote:

A couple of points:
1) The normal way with multiple data series is for the empty cells to be
treated as zero.
2) It is possible to tell Excel to not plot empty cells (click chart; use
Tools | Options and open the Chart tab; look for the box
3) IF you put =NA() in the empty cells (without the need to use the Tools |
Option), Excel will ignore the empty cells
4) There are many, many things wrong with the chart feature in the beta
version of Excel 2007 - you are not expected to use it for production work.
5) The correct term is "data series" not "string". The later means (to
computer nerds) a string of characters , i.e. a bit of text.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Hunter" wrote in message
...
Hello,

I am trying to make an x-y line graph that contains numerous different
strings of data. These data sets all share the same x values, but the
different strings do not have the same number of data points (10 data
points,
15 data points, and 20 data points)
When these are all charted together, the shorter strings plot fine until
the
end of the data points, then the lines all go to the origin. After
experimenting a little I found out that only the longest string displays
properly. All strings shorter than the 20 point line are graphed
properly,
except after that last point the line goes back the origin and ends there.
If all of the strings are the same length, there are no problems, so I
thought what if I select blank cells for the remaining 20 points? no
dice,
then excel interprets that at that x-location the value is zero and plots
it
as such. Excel 2003 understood if there is no data in the cell, don't
plot
it.
Does anyone else have this problem and has anyone been able to fix it?




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 28
Default Excel 2007 Issue: Charting numerous strings of data

I haven't found how to stop plotting empty cells in the beta yet, so if you
know where that is please let me know. If not, no biggie because I didn't
know about =NA(). That fixed it, thank you!

I had fought so hard to fix that....the main reason I upgraded to the beta
was so I could have really nice looking charts for my thesis, but I didn't
anticipate having that problem.

"Bernard Liengme" wrote:

A couple of points:
1) The normal way with multiple data series is for the empty cells to be
treated as zero.
2) It is possible to tell Excel to not plot empty cells (click chart; use
Tools | Options and open the Chart tab; look for the box
3) IF you put =NA() in the empty cells (without the need to use the Tools |
Option), Excel will ignore the empty cells
4) There are many, many things wrong with the chart feature in the beta
version of Excel 2007 - you are not expected to use it for production work.
5) The correct term is "data series" not "string". The later means (to
computer nerds) a string of characters , i.e. a bit of text.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Hunter" wrote in message
...
Hello,

I am trying to make an x-y line graph that contains numerous different
strings of data. These data sets all share the same x values, but the
different strings do not have the same number of data points (10 data
points,
15 data points, and 20 data points)
When these are all charted together, the shorter strings plot fine until
the
end of the data points, then the lines all go to the origin. After
experimenting a little I found out that only the longest string displays
properly. All strings shorter than the 20 point line are graphed
properly,
except after that last point the line goes back the origin and ends there.
If all of the strings are the same length, there are no problems, so I
thought what if I select blank cells for the remaining 20 points? no
dice,
then excel interprets that at that x-location the value is zero and plots
it
as such. Excel 2003 understood if there is no data in the cell, don't
plot
it.
Does anyone else have this problem and has anyone been able to fix it?




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default Excel 2007 Issue: Charting numerous strings of data

There are no NEW charts in Excel 2007. It just that the use of galleries
gives you more ideas of what is possible!
best wishes with thesis
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Hunter" wrote in message
...
I haven't found how to stop plotting empty cells in the beta yet, so if you
know where that is please let me know. If not, no biggie because I didn't
know about =NA(). That fixed it, thank you!

I had fought so hard to fix that....the main reason I upgraded to the beta
was so I could have really nice looking charts for my thesis, but I didn't
anticipate having that problem.

"Bernard Liengme" wrote:

A couple of points:
1) The normal way with multiple data series is for the empty cells to be
treated as zero.
2) It is possible to tell Excel to not plot empty cells (click chart; use
Tools | Options and open the Chart tab; look for the box
3) IF you put =NA() in the empty cells (without the need to use the Tools
|
Option), Excel will ignore the empty cells
4) There are many, many things wrong with the chart feature in the beta
version of Excel 2007 - you are not expected to use it for production
work.
5) The correct term is "data series" not "string". The later means (to
computer nerds) a string of characters , i.e. a bit of text.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Hunter" wrote in message
...
Hello,

I am trying to make an x-y line graph that contains numerous different
strings of data. These data sets all share the same x values, but the
different strings do not have the same number of data points (10 data
points,
15 data points, and 20 data points)
When these are all charted together, the shorter strings plot fine
until
the
end of the data points, then the lines all go to the origin. After
experimenting a little I found out that only the longest string
displays
properly. All strings shorter than the 20 point line are graphed
properly,
except after that last point the line goes back the origin and ends
there.
If all of the strings are the same length, there are no problems, so I
thought what if I select blank cells for the remaining 20 points? no
dice,
then excel interprets that at that x-location the value is zero and
plots
it
as such. Excel 2003 understood if there is no data in the cell, don't
plot
it.
Does anyone else have this problem and has anyone been able to fix it?






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
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
issue with excel 2003 data import LNguyen Excel Discussion (Misc queries) 0 December 8th 05 07:42 PM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Excel 2003, Convert EXISTING Worksheet Data to XML? [email protected] Excel Discussion (Misc queries) 4 November 16th 05 04:45 AM
Charting data ranges that change mikelee101 Charts and Charting in Excel 2 December 16th 04 11:07 PM


All times are GMT +1. The time now is 05:45 PM.

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"