Thread
:
Summing a function
View Single Post
#
6
Posted to microsoft.public.excel.worksheet.functions
Daniel Erwin
Posts: n/a
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
Reply With Quote