Re: Summing a function
- From: "Daniel Erwin" <danieleh@xxxxxxxxxxxxxx>
- Date: 2 Jun 2006 05:31:56 -0700
Or maybe if I have two cells, with the starting integer in A1 and the
ending integer in A2 the funciton would look as follows:
SUMFUCNC((A1:A2)^2). This would also return 1+4+9+...+100.
Let's see A1 for first integer, and B1 as last integer, use this array
formula:
=SUM(ROW(INDIRECT("A"&INDIRECT("A1")&":B"&INDIRECT("B1")))^2)
Regards,
Daniel
.
- Follow-Ups:
- Re: Summing a function
- From: Dana DeLouis
- Re: Summing a function
- References:
- Summing a function
- From: Spreadsheet
- Re: Summing a function
- From: Spreadsheet
- Summing a function
- Prev by Date: Re: why wont my formulas copy all the way down my excel spreadsheet???
- Next by Date: Copying Formulas
- Previous by thread: Re: Summing a function
- Next by thread: Re: Summing a function
- Index(es):
Relevant Pages
|