How to make sure that added table rows assume all characteristics of the rest of the table?

JenniferMurphy

Well-known Member
Joined
Jul 23, 2011
Messages
2,535
Office Version
  1. 365
Platform
  1. 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.

Book2
CD
6PriceQuan
7$4.9925
8$9.9950
9$12.0015
Sheet1


Then I add the Total column and fill in the formula in the first row.

Book2
CDE
6PriceQuanTotal
7$4.9925$124.75
8$9.9950
9$12.0015
Sheet1
Cell Formulas
RangeFormula
E7E7=[@Price]*[@Quan]


Then I copy E7 to the clipboard and paste it into E8 & E9.

Book2
CDE
6PriceQuanTotal
7$4.9925$124.75
8$9.9950$499.50
9$12.0015$180.00
Sheet1
Cell Formulas
RangeFormula
E7:E9E7=[@Price]*[@Quan]


Now if I add a row, the formula is not propagated. E10 is blank.

Book2
CDE
6PriceQuanTotal
7$4.9925$124.75
8$9.9950$499.50
9$12.0015$180.00
10$5.0010
Sheet1
Cell Formulas
RangeFormula
E7:E9E7=[@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), . . .

Book2
CDE
6PriceQuanTotal
7$4.9925$124.75
8$9.9950$499.50
9$12.0015$180.00
10$5.0010$50.00
Sheet1
Cell Formulas
RangeFormula
E7:E10E7=[@Price]*[@Quan]


. . . if I add a row, it is propagated.

Book2
CDE
6PriceQuanTotal
7$4.9925$124.75
8$9.9950$499.50
9$12.0015$180.00
10$5.0010$50.00
11$0.00
Sheet1
Cell Formulas
RangeFormula
E7:E11E7=[@Price]*[@Quan]


But I swear that even that does not always work. Is there some general rule that will make that happen every time?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Normally the formula should autofill as soon as you enter it into the first cell. Did you turn that off in autocorrect options?
1685953598147.png
 
Upvote 0
Solution
Normally the formula should autofill as soon as you enter it into the first cell. Did you turn that off in autocorrect options?
View attachment 92919
It looks like that was it. I didn't intentionally change that setting. I don't recall ever seeing it.

1685953929048.png


I have checked that box. Let's see if that works.

Thank you
 
Upvote 0
I think that if you ever clicked the Stop button shown below, that would change the setting for you too:
1685955900787.png
 
Upvote 0
I think that if you ever clicked the Stop button shown below, that would change the setting for you too:
View attachment 92923
I don't recall seeing that dialog either, but my fat fingers have done some very bizarre things before, so this wouldn't be the first time.

Thank you again for the help on the propagating. I have made several changes to a large table and it works like a charm.

Thank you, Thank you, Thank you. 👍👍👍
 
Upvote 0
Normally the formula should autofill as soon as you enter it into the first cell. Did you turn that off in autocorrect options?
View attachment 92919
I have a fairly large and complicated (for me) table. The autofill has been working since I got your solution. But just now, I entered a formula in the top cell and it did not fill down. I checked that setting and it is still checked.

Is there anything else I could have screwed up? (sigh)

Thanks
 
Upvote 0
I just discovered the problem. When I tried to manually fill down by double-clicking the lower right corner of the cell, it only filled partway. Then I noticed that I had accidentally enter a value in that column that should have gone in the adjacent one. When I moved that value over and reentered the formula, it filled down.

I think this is a failure of the error mechanism. If the manual fill knows to go to the first filled cell, the autofill ought to be able to do the same. Or, better yet, put up a message telling me that it found a valoue and offering me the option of canceling the fill, doing it to the first value, doing it all the way either skipping or not skipping any filled cells.
 
Upvote 0
There is no real point to posting things like that here - submit them to the feedback portal for Excel.
 
Upvote 0
The main point of the post was to inform any future readers that the fill down feature will stop at the first/next non-blank cell.
 
Upvote 0

Forum statistics

Threads
1,215,315
Messages
6,124,207
Members
449,147
Latest member
sweetkt327

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top