View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daniel Erwin
 
Posts: n/a
Default Summing a function

How about using this array formula:
=sum(row(1:10)^2)
You may change the numbers to suit your needs.

Regards,
Daniel