repeat summing?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am setting up a List and have some numbers to add up. I know how to do this
but my question is if there is a way to repeat

Example
=SUM(A2:A10) ((Results are in Cell (A11)

Is there a way to have this Repeat for the next rows automaticlly?

row b =SUM(B2:B10) ((Results are in Cell (B11)
row C =SUM(C2:C10) ((Results are in Cell (C11)
row d =SUM(DB2:D10) ((Results are in Cell (D11)
row D
 
Copy cell A11 and paste to the other locations. The references will
automatically change (ie reference to A in column A will become B in column
B etc.
 
Thanks That worked Great. I tried to find that solution in the help menu and
it seems that they neglected that bit of information
 
Jesse

Hard to find things in Help unless you know the keyword to type in.

Under "copying" I found this entry..........

"Move or copy cells and cell contents"

Instructions quite complete.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top