View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Excel formulas that repeat

Put the first formula in A5, i.e.:

=SUM(A1:A4)

then copy that formula and paste into B5:E5, or whatever.

Hope this helps.

Pete


"hhspotts" wrote in message
...
I have a table in which I want the total (SUM) of each column--is there a
shortcut to inserting the formulas or do I have to do =SUM(A1:A4),
=SUM(B1:B4), =SUM(C1:C4) etc.?

hhspotts