Robert, I downloaded your file and the data series seemed to be linked to a document on the C drive. I fixed it and attached but am getting an "illegal reference in your formula"(even though it works). Every time I tried uploading again, it became corrupted. Weird.
Here's the log
Hambone, in answer to your question,
If you go to "Defined Names" or "Name Manager" you can replace the two following name formulas (Note, because of problems with Squiggler's file, I substituted my own and used my formulas).
Sales = OFFSET(Sheet1!$B$2,0,0,COUNTA(Sheet1!$B:$B)-1)
Profit =OFFSET(Sheet1!$C$2,0,0,COUNTA(Sheet1!$A:$A)-1)
with
Sales = OFFSET(Date,0,1) Offsetting the date series by 1 column
Profit = OFFSET (Date,0,2) Offsetting the date series by 2 columns.
Bookmarks