I have a formula that looks like this:
=AVERAGE('1:30'!C42)
The formula is taking the average of a certain cell (C42) from each of the sheets numbered 1-30. Each sheet represents a day of the month.
However in one workbook that I am working on, it will change the formula to this:
=AVERAGE('1:[30]30'!C42)
If I delete the extra [30], it just puts it right back into the formula.
The formula that Excel puts in there gives a result of #REF!, so it's not working. Anyone know how I can make it take the formula that I type in there?
the weird thing is this formula works just fine in other workbooks that I have (for other months), so I don't know why it's putting up a fight in this one workbook.
=AVERAGE('1:30'!C42)
The formula is taking the average of a certain cell (C42) from each of the sheets numbered 1-30. Each sheet represents a day of the month.
However in one workbook that I am working on, it will change the formula to this:
=AVERAGE('1:[30]30'!C42)
If I delete the extra [30], it just puts it right back into the formula.
The formula that Excel puts in there gives a result of #REF!, so it's not working. Anyone know how I can make it take the formula that I type in there?
the weird thing is this formula works just fine in other workbooks that I have (for other months), so I don't know why it's putting up a fight in this one workbook.