Hello, I'm using WinXP with Excel 2007.
I would like to chart a range of summarized data that includes future dates. The range is B3:U110. All the cells in the range have formulas that link to where the data is entered:
'C:\ProdGuys\a PRODUCTION DATA\Set up Times\2012\[01 jan print stats.xls]week 3'!B$3
The summary sheet covers a years worth of data, which is collected daily, and summarized by the week. The cell formulas linked to future data return a "" untill the linked data is entered.
This is the dynamic named range, with an option to specify how many weeks, last 13, etc..., to chart (data valedation in A1):
OFFSET(scott!$O$3,COUNTA(scott!$O$3:$O$110)-scott!$A$1,,scott!$A$1)
Cells returning the "" of future data, chart as a gap. So to see the first weeks of the year A1 must equal 52 which leaves alot of gaps in the chart, and making a trendline worthless. My work around is to move those future weeks out of the range. I don't like that because somebody has to do something to maintain the charts. I want the charts to stand alone with no muss and fuss with just the simple daily data entry.
Can this formula be revised to ignore cells with formulas that return a ""? Or please suggest a different strategy.
Thanks,
Kendel
I would like to chart a range of summarized data that includes future dates. The range is B3:U110. All the cells in the range have formulas that link to where the data is entered:
'C:\ProdGuys\a PRODUCTION DATA\Set up Times\2012\[01 jan print stats.xls]week 3'!B$3
The summary sheet covers a years worth of data, which is collected daily, and summarized by the week. The cell formulas linked to future data return a "" untill the linked data is entered.
This is the dynamic named range, with an option to specify how many weeks, last 13, etc..., to chart (data valedation in A1):
OFFSET(scott!$O$3,COUNTA(scott!$O$3:$O$110)-scott!$A$1,,scott!$A$1)
Cells returning the "" of future data, chart as a gap. So to see the first weeks of the year A1 must equal 52 which leaves alot of gaps in the chart, and making a trendline worthless. My work around is to move those future weeks out of the range. I don't like that because somebody has to do something to maintain the charts. I want the charts to stand alone with no muss and fuss with just the simple daily data entry.
Can this formula be revised to ignore cells with formulas that return a ""? Or please suggest a different strategy.
Thanks,
Kendel