R
robbbo
Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel I have a chart that is driven off a simple table that is filled in by the user. That table has up to 13 data points, but in most cases the table will only have 5 to 8 data points. If they have 8 the remaining data will be zero. I would like to chart to scale automatically to only have 8 points not all 13, so if I put a "If" formula in the series that plot the chart I can automatically control the amount of data point plotted. The series look like this: =SERIES('TREND ANALYSIS'!$B$24,'TREND ANALYSIS'!$C$10:$O$10,'TREND ANALYSIS'!$C$24:$O$24,1). I would like to replace the "O" with (if(O24=0,N,O)$24)
Carl Witthoft was helping me on this problem and he sent me this file which appears to do what I want, but I am struggling adapting it to my exact situation. He sent me this file to work with:
http://home.comcast.net/~cgwcgw/SelectData.xls.zip
Carl Witthoft was helping me on this problem and he sent me this file which appears to do what I want, but I am struggling adapting it to my exact situation. He sent me this file to work with:
http://home.comcast.net/~cgwcgw/SelectData.xls.zip