Hi Maggie,
Trying to reference multiple 2-D ranges on separate sheets in a single calculation without referring to each range individually will require some sophisticated techniques... I do not know any.
However, I am not sure you need such sophisticated techniques...
Without knowing more about your data, I am not sure whether the following suggestions would help you or not...
If all of your sheets (Seventh, Eighth, etc.) have the same layout, same number of rows, cover the same date range (col A), and have the same number of columns for data points (B:K), and the data points for a given date do not overlap,
then perhaps you can sum all of the individual 2-D ranges, and then perform further operations
For example (Seventh!B3:K1000 + Eighth!B3:K1000 + ...) You could even setup a Named range for this, so that you can then refer to that Name in further calculations (like MIN, MAX, etc.)
If the data points for a given date overlap on various sheets, then the approach that you have already started might be the way to go...
Create a column on each sheet that SUMs each row, calculates the MIN for each row, MAX for each row, etc.
For the COUNT, I would suggest setting up individual columns for the various ranges (1-99,100-199, etc.) on each sheet, instead of referring back to another sheet. You can always setup the ranges elsewhere, and then reference them in the column header on the individual sheets, allowing you to modify the ranges easily.
Based on the formulas you are using on the sample worksheet, my impression is that you know your way around Excel, and would be able to adopt the above suggestions easily. If not, let us know, and we can modify your sample worksheet.
Cheers,
Sajan.