JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,687
- Office Version
- 365
- Platform
- Windows
I cannot figure out how to create/format my tables so that new rows behave like all of the other rows. This is mainly a problem when I add a column.
Here's an example. I start with this simple table.
Then I add the Total column and fill in the formula in the first row.
Then I copy E7 to the clipboard and paste it into E8 & E9.
Now if I add a row, the formula is not propagated. E10 is blank.
However, if I copy E7 to the clipboard and paste it into E7:E9 (that is, copy it to the entire column including the source cell), . . .
. . . if I add a row, it is propagated.
But I swear that even that does not always work. Is there some general rule that will make that happen every time?
Here's an example. I start with this simple table.
Book2 | ||||
---|---|---|---|---|
C | D | |||
6 | Price | Quan | ||
7 | $4.99 | 25 | ||
8 | $9.99 | 50 | ||
9 | $12.00 | 15 | ||
Sheet1 |
Then I add the Total column and fill in the formula in the first row.
Book2 | |||||
---|---|---|---|---|---|
C | D | E | |||
6 | Price | Quan | Total | ||
7 | $4.99 | 25 | $124.75 | ||
8 | $9.99 | 50 | |||
9 | $12.00 | 15 | |||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E7 | E7 | =[@Price]*[@Quan] |
Then I copy E7 to the clipboard and paste it into E8 & E9.
Cell Formulas | ||
---|---|---|
Range | Formula | |
E7:E9 | E7 | =[@Price]*[@Quan] |
Now if I add a row, the formula is not propagated. E10 is blank.
Cell Formulas | ||
---|---|---|
Range | Formula | |
E7:E9 | E7 | =[@Price]*[@Quan] |
However, if I copy E7 to the clipboard and paste it into E7:E9 (that is, copy it to the entire column including the source cell), . . .
Cell Formulas | ||
---|---|---|
Range | Formula | |
E7:E10 | E7 | =[@Price]*[@Quan] |
. . . if I add a row, it is propagated.
Cell Formulas | ||
---|---|---|
Range | Formula | |
E7:E11 | E7 | =[@Price]*[@Quan] |
But I swear that even that does not always work. Is there some general rule that will make that happen every time?