Forum Discussion
Excel 2007 average discrepency
When all of the cells are filled in, then the individual row and column averages have the same denominator, so the average of parts is equivalent to the average of the whole.
Say you have a 3x3 grid of numbers (X1 through X9). Averaging the rows or columns and then averaging those results can be represented as:
If you remember your algebra, fractions with the same denominator can be added, so this is equivalent to:
which simplifies to this, and is the exact same as the average of the whole:
When you start deleting cells, the average function excludes those cells. Say you delete X2, X3, and X4. You then have this, where each average of the parts (fractions in the numerator) have different denominators:
Then, getting common denominators and simplifying, you will see that averaging the parts is not the same as averaging the whole:
Thanks for the reply