View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andrew Morine Andrew Morine is offline
external usenet poster
 
Posts: 1
Default Incrementing numbers in cells

Hi,

I need to perform the following increments within a cell and need to copy to
a large amount of cells:

=SUM($G7+1)
=SUM($G7+2)
=SUM($G7+3)
etc...
etc...

Any ideas on how I can achieve this?


Thanks heaps
Andrew