A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Problem with scatter chart in 07.



 
 
Thread Tools Display Modes
  #1  
Old March 5th, 2009, 09:56 PM posted to microsoft.public.excel.charting
Matt Richter[_2_]
external usenet poster
 
Posts: 15
Default Problem with scatter chart in 07.

I'm making thrust curves in Excel using scatter charts. I've got tables that
have thrust vs speed for each gear. When I limit the data series range to
cells with data in them, everything works and each data series has the
correct registry vs the x (speed) axis. But now I'm creating a generic
spreadsheet where any user could cut and paste data from chassis dynos, so
I've changed the tables that get filled out to be longer. I use if(location
0, value, "") statements to keep unneeded cells from being filled with
zeros, and now all the series get placed on the graphs based on data point
number, not the X axis value. This really is a royal PITA, as in effect it's
destroying the scatter plot. Any ideas here?
  #2  
Old March 5th, 2009, 10:09 PM posted to microsoft.public.excel.charting
Matt Richter[_2_]
external usenet poster
 
Posts: 15
Default Problem with scatter chart in 07.

I solved the problem with a hint from one of John Peltiers items on his web
site (a reference in his example on conditional charts). Seems that the
=IF(condition,value,"") is what makes the scatter chart puke. When I changed
the statements to =IF(condition,value,NA()) everything worked.

Thanks John for the help you didn't know that you'd given me!

Matt



"Matt Richter" wrote:

I'm making thrust curves in Excel using scatter charts. I've got tables that
have thrust vs speed for each gear. When I limit the data series range to
cells with data in them, everything works and each data series has the
correct registry vs the x (speed) axis. But now I'm creating a generic
spreadsheet where any user could cut and paste data from chassis dynos, so
I've changed the tables that get filled out to be longer. I use if(location
0, value, "") statements to keep unneeded cells from being filled with
zeros, and now all the series get placed on the graphs based on data point
number, not the X axis value. This really is a royal PITA, as in effect it's
destroying the scatter plot. Any ideas here?

  #3  
Old March 6th, 2009, 01:56 PM posted to microsoft.public.excel.charting
Jon Peltier
external usenet poster
 
Posts: 5,018
Default Problem with scatter chart in 07.

You're welcome!

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Matt Richter" wrote in message
...
I solved the problem with a hint from one of John Peltiers items on his web
site (a reference in his example on conditional charts). Seems that the
=IF(condition,value,"") is what makes the scatter chart puke. When I
changed
the statements to =IF(condition,value,NA()) everything worked.

Thanks John for the help you didn't know that you'd given me!

Matt



"Matt Richter" wrote:

I'm making thrust curves in Excel using scatter charts. I've got tables
that
have thrust vs speed for each gear. When I limit the data series range to
cells with data in them, everything works and each data series has the
correct registry vs the x (speed) axis. But now I'm creating a generic
spreadsheet where any user could cut and paste data from chassis dynos,
so
I've changed the tables that get filled out to be longer. I use
if(location
0, value, "") statements to keep unneeded cells from being filled with
zeros, and now all the series get placed on the graphs based on data
point
number, not the X axis value. This really is a royal PITA, as in effect
it's
destroying the scatter plot. Any ideas here?



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:20 PM.


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