View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default keeping a sum array static

=SUM(INDIRECT("A1:A10"))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"cmattmills" wrote in message
...
I would like to create a SUM function that goes from A1:A10 (for example)

and
does not expand or contract as I add or remove cells within the array.
Currently if I insert a cell, the function will change to A1:A11 which I

do
not want. Ideas?