I’ve been tracking monthly household spending in a single XL spreadsheet, with a different tab for every month. I want to compile a running average in different categories – groceries, medical, etc.
To average the C74 field from the sheets reflecting May through August (also the names of the sheets), I found this formula:
=AVERAGE(May:August!C74)
But I get an error message: Unknown range name: ‘MAY’.
Nope, that’s not a problem for me either. If I rename a sheet, it automatically updates the name in the formula. As it happens, I did it exactly that way - I started off with them just called Sheet1, Sheet2 etc., then changed the names to months.
Have you checked very carefully for mundane errors - typos in the formula or sheet name? I don’t think sheet names accept blank spaces, so that shouldn’t be it.
ETA: they do. Something like a leading or trailing blank space int he sheet name?
No, the sheet names are just labels. It sums across all sheets between the two you specify, based on the ordering of the sheet tabs at the bottom. If you (for example) move the August sheet before the July sheet in the tabs at the bottom, the July sheet is excluded from the May:August! average.
Oh, hold on - you said they are in REVERSE chronological order?
That still doesn’t appear to be the problem. If I attempt to sum across tabs but with the order of the first & last tab reversed, Excel automatically corrects the formula as enter it. So if I tried to type in the formula in OP when the leftmost tab is August and the rightmost tab is May, Excel corrects the formula to: