insert new row doesn't add formula

K

kaplonk

I have a table A2->M100

In the M Column I have a sum to calculate the total of that row
=SUM(A34:N34) for example

Now if I want to add a row into that table, I click on the number o
the left, that highlights the row then I go insert>>row and that keep
the formatting of the cells.
BUT it doesn't add the =SUM(A54:N54) in the M column, and so I have ha
to edit each cell by hand to get the correct formula.

Is there an easier way to add a row and keep fomulas within that row
but obviously automatically change the numbers to suit the row
 
S

Stephen Dale

After you select the entire row, do a Ctl-C to copy all the contents then add the new row. Tha should update the Sum field with the new Row.
 
Top