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

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
=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,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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