If you select the
Extend list formats and formulas check box, Excel automatically formats new items that you add to the end of a list to match the format of the rest of the list. To be extended, formats must appear in at least three of the rows or columns preceding the new row or column. Excel also copies formulas that are repeated in every row or column. To be extended, formulas must also appear in at least four of the rows or columns preceding the new row or column.
As well as extending list entries, Excel may also automatically adjust an
aggregate formula that refers to a list. This occurs when you extend a list that has an aggregate formula at the end of a data range (to the right of a row, or at the bottom of a column of data). When you add new data to a range that an aggregate formula refers to, Excel assumes that you also intend to aggregate the new data, and adjusts the formula.
To determine whether it should adjust a formula, Excel checks if the following constraints are true:
- You are using one of the following functions:
- AVERAGE
- COUNT
- COUNTA
- MAX
- MIN
- PRODUCT
- STDEV
- STDEVP
- SUBTOTAL
- SUM
- VAR
- VARP
-and-
- The formula contains a reference to only one cell or one range of cells.
-and-
- You are not using absolute references.
-and-
- The new data that you are adding is consistent with data already to the left or above the aggregate formula.
Example of the Behavior
The following steps illustrate one scenario where Excel 2000 SR-1 does not adjust a formula that the original release of Excel 2000 would adjust:
- Type the following data into a new worksheet:
A1: 1 B1: 2 C1: 3 D1: E1: =SUM(A1,B1,C1)
- Type 4 in cell D1 and then press ENTER.
The formula in cell E1 does not adjust to include the data that you typed in cell D1. Because the formula refers to multiple cell ranges, Excel did not adjust the formula when you typed a new value in cell D1.