View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Khoshravan Khoshravan is offline
external usenet poster
 
Posts: 211
Default How to maintain a set range of cells when dragging a formula (e.g

If your new data for new month, is beneath the present month, then dragging
the sum for present will populate the data for next month.

--
R. Khoshravan
Please click "Yes" if it is helpful.


"Justinalexander" wrote:

If I have a formula such as SUM(A1:A12) and drag/copy it one cell down
it becomes SUM(A2:A13), but what if I only want to use each cell once,
say to convert monthly data to annual data. so that dragging the
formula down would give:

SUM(A13:A24) then
SUM(A25:A36)
SUM(A37:A48) etc.