That is excellent. You are an excellent resource! I found your web site very
useful.
Finally, can you explain the references in the formula you suggest
"=IF(C$3,C6,NA())" so I can understand and apply to my data a bit more
intuitively as my columns don't line up the same. Is it a simple matter to
copy the buttons to the chart worksheet, while the data remains on another?
-Jim-
C$3 contains a T/F for column C; without the $ in front of C, when you copy
the cell to another column, say one column to the right, the formula becomes
=IF(D$3,D6,NA()). You have to make adjustments for the shape of your data,
of course. The formula looks at the T/F, and if it's true it shows the value
from cell C6, if it's false it shows #N/A, which will not be plotted in a
line or XY chart. The 6 in C6 has no $ in front, so if you copy the cell
down a row it will change to C7. Check for a web page that describes
relative and absolute references, like Chip's for example:
http://cpearson.com/excel/relative.htm
You should be able to copy the controls to the chart sheet. You can only use
Forms toolbar controls on a chart, not the Controls Toolbox (ActiveX) ones.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______
> That is excellent. You are an excellent resource! I found your web site
> very
[quoted text clipped - 50 lines]
>> >> > log
>> >> > chart.
Jim - 26 Sep 2007 20:25 GMT
Well, it works nicely but the smoothed data follows the show / hide check box
function. For some reason they are not independant. Can I send you the sheet,
or some more of the cells?
-Jim-
> C$3 contains a T/F for column C; without the $ in front of C, when you copy
> the cell to another column, say one column to the right, the formula becomes
[quoted text clipped - 71 lines]
> >> >> > log
> >> >> > chart.