ExcelTip.com
Account Icon Account Icon Account Icon
ExcelTip.com

Go Back   Excel Help Forum > Microsoft Office Application Help - Excel Help forum > Excel Programming > Excel Charting

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-17-2005, 01:05 PM
rfronk
Guest
 
Posts: n/a
Scatter Chart data


That would be great, but the boss does not want blank cells - if it's
blank then it is assumed the data is just not entered for that date.
That is why I created the whole shaded cells bit - unfortunately the
idea was not well received.... I guess I have to face the fact that I
will be spending a lot of time on this...Thanks for the suggestion!

Robin

Jon Peltier Wrote:
> You can do Find-Replace to remove the asterix. Since an asterix is a
> special character, enter ~* in the Find box; make sure the Replace
> With
> box is empty.
>
> Then teach the analyst to keep blank cells blank!
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/
> _______
>
>
> rfronk wrote:
> -
> I have several spreadsheets that contain several workbooks each. Each
> workbook has multiple charts (xy scatter) plotting test results
> (y-axis) vs date tested (x-axis). Typically the test results are
> numbers, however, when testing is not conducted the analyst enters an
> asterisk (*). The asterisk is given a value of zero in the chart so I
> have to go to the source data and set it to exclude the data
> containing
> the asterisk - it works but is very time consuming! To get around this
> I
> have shaded the cells that are not tested and deleted the asterisk,
> changed the way Excel handles empty cells from Not plotted to
> Interpolated and made a legend on the worksheet to indicated the
> meaning of the shaded cells. This works but is also time consuming!
> Any ideas on how to make this work without so much effort? I know I
> can
> create a macro to automate the steps I have already taken but I am
> looking for a way to ignore, hide or filter non-numerical data in the
> data table - is this possible or am I chasing a pipe dream?
>
> FYI - I am using Excel 2003 on W2K
>
> -



--
rfronk
Reply With Quote
  #2  
Old 06-17-2005, 02:05 PM
bj
Guest
 
Posts: n/a
RE: Scatter Chart data

Would your boss let you use a helper sheet?
Copy all of the data to a new sheet. format the cells to make the graphs
look the way you want them to and then hide this sheet.
that way the imput data would be in the form your boss wants, but the
graphs could be made the way you want them.

"rfronk" wrote:

>
> That would be great, but the boss does not want blank cells - if it's
> blank then it is assumed the data is just not entered for that date.
> That is why I created the whole shaded cells bit - unfortunately the
> idea was not well received.... I guess I have to face the fact that I
> will be spending a lot of time on this...Thanks for the suggestion!
>
> Robin
>
> Jon Peltier Wrote:
> > You can do Find-Replace to remove the asterix. Since an asterix is a
> > special character, enter ~* in the Find box; make sure the Replace
> > With
> > box is empty.
> >
> > Then teach the analyst to keep blank cells blank!
> >
> > - Jon
> > -------
> > Jon Peltier, Microsoft Excel MVP
> > Peltier Technical Services
> > Tutorials and Custom Solutions
> > http://PeltierTech.com/
> > _______
> >
> >
> > rfronk wrote:
> > -
> > I have several spreadsheets that contain several workbooks each. Each
> > workbook has multiple charts (xy scatter) plotting test results
> > (y-axis) vs date tested (x-axis). Typically the test results are
> > numbers, however, when testing is not conducted the analyst enters an
> > asterisk (*). The asterisk is given a value of zero in the chart so I
> > have to go to the source data and set it to exclude the data
> > containing
> > the asterisk - it works but is very time consuming! To get around this
> > I
> > have shaded the cells that are not tested and deleted the asterisk,
> > changed the way Excel handles empty cells from Not plotted to
> > Interpolated and made a legend on the worksheet to indicated the
> > meaning of the shaded cells. This works but is also time consuming!
> > Any ideas on how to make this work without so much effort? I know I
> > can
> > create a macro to automate the steps I have already taken but I am
> > looking for a way to ignore, hide or filter non-numerical data in the
> > data table - is this possible or am I chasing a pipe dream?
> >
> > FYI - I am using Excel 2003 on W2K
> >
> > -

>
>
> --
> rfronk
>

Reply With Quote
  #3  
Old 06-18-2005, 10:05 AM
Jon Peltier
Guest
 
Posts: n/a
Re: Scatter Chart data

bj's helper sheet would have been my next suggestion.

You could adjust the previous suggestion, so that you replace ~* with #N/A.

Could you teach the boss to recognize #N/A as a test not conducted?

Could you teach the analyst to enter #N/A directly?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______


bj wrote:

> Would your boss let you use a helper sheet?
> Copy all of the data to a new sheet. format the cells to make the graphs
> look the way you want them to and then hide this sheet.
> that way the imput data would be in the form your boss wants, but the
> graphs could be made the way you want them.
>
> "rfronk" wrote:
>
>
>>That would be great, but the boss does not want blank cells - if it's
>>blank then it is assumed the data is just not entered for that date.
>>That is why I created the whole shaded cells bit - unfortunately the
>>idea was not well received.... I guess I have to face the fact that I
>>will be spending a lot of time on this...Thanks for the suggestion!
>>
>>Robin
>>
>>Jon Peltier Wrote:
>>
>>>You can do Find-Replace to remove the asterix. Since an asterix is a
>>>special character, enter ~* in the Find box; make sure the Replace
>>>With
>>>box is empty.
>>>
>>>Then teach the analyst to keep blank cells blank!
>>>
>>>- Jon
>>>-------
>>>Jon Peltier, Microsoft Excel MVP
>>>Peltier Technical Services
>>>Tutorials and Custom Solutions
>>>http://PeltierTech.com/
>>>_______
>>>
>>>
>>>rfronk wrote:
>>>-
>>>I have several spreadsheets that contain several workbooks each. Each
>>>workbook has multiple charts (xy scatter) plotting test results
>>>(y-axis) vs date tested (x-axis). Typically the test results are
>>>numbers, however, when testing is not conducted the analyst enters an
>>>asterisk (*). The asterisk is given a value of zero in the chart so I
>>>have to go to the source data and set it to exclude the data
>>>containing
>>>the asterisk - it works but is very time consuming! To get around this
>>>I
>>>have shaded the cells that are not tested and deleted the asterisk,
>>>changed the way Excel handles empty cells from Not plotted to
>>>Interpolated and made a legend on the worksheet to indicated the
>>>meaning of the shaded cells. This works but is also time consuming!
>>>Any ideas on how to make this work without so much effort? I know I
>>>can
>>>create a macro to automate the steps I have already taken but I am
>>>looking for a way to ignore, hide or filter non-numerical data in the
>>>data table - is this possible or am I chasing a pipe dream?
>>>
>>>FYI - I am using Excel 2003 on W2K
>>>
>>>-

>>
>>
>>--
>>rfronk
>>

Reply With Quote
Reply

Bookmarks

New topics in Excel Charting


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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


All times are GMT -4. The time now is 09:59 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0