Sums

MissOctober

New Member
Joined
May 24, 2018
Messages
16
I have excel 2010

i have changing rows when a row is inserted.

i have 2 tables.

is there a way i can have my totals formula to stay the same when a new row is inserted.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
=average (b53+b54+b55+b58)

= average (d64+d69+ d74+d79+d84+d89)

like i said my rows are changing everytime a new row or rows are inserted


These formulas will actually sum, not average due to plussing of the relevant cells. They are thus equivalent to:

=SUM(B53,B54,B55,B58)

=SUM(D64,D69,D74,D79,D89)

The totals they give won't change if new rows added for example in between current B53 and current B58.

Does this help?
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,287
Members
452,631
Latest member
a_potato

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