OK, here's the scoop. Column A and Column B can change at any moment. That is, I insert data into the columns, which can range from taking up two rows to taking up 65536 rows, and my spreadsheet runs analysis on this data. If I were to use another column, I would have to insert a formula into EVERY cell in the column. When I do this, my file goes from 4.38 MB to 5.74 MB, and my boss would like file file to be about 3 MB. I can see that frustration is mounting, and I apologize, I am simply saying that inserting another column is not an option. I need to use the column that already contains the data.
I have been able to get the data to graph zeroes with a name referring to the following formula:
=IF(MONTH(Analysis!$A$13:INDIRECT("Analysis!"&Analysis!$J$35))=Analysis!$E$5,IF(Analysis!$B$13:INDIRECT("Analysis!"&Analysis!$J$36)=0,Analysis!$B$13:INDIRECT("Analysis!"&Analysis!$J$36)))
But for some reason this changes all of the data to 0's, and charts for all of the points rather than those that fall within the specified month.
From above E5 is the cell with a 1-12 for the month, J35 contains reference to the cell with the last data point in column A, and J36 contains the reference to the cell with the last data point in Column B