View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CONCLA2 CONCLA2 is offline
external usenet poster
 
Posts: 1
Default Sum of Different Ranges Keeping Results In Sequential Columns

This is what I'm trying to do:

=Sum(A1:D1) with the result being in A5 - Now I want to copy or drag, so I
don't have to keep retyping, the formula in A5 to B5 with results being
=Sum(E1:H1)

This way I can see all the sumed ranges without having to scroll over.

Any suggestions? Thanks!