Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I'm looking for a formula to do sums, but the "sigma"
kind of sum (iterating over a formula and summing the results), not the SUM() function kind of sums (summing over a range of cells). For example, if cell A1 contains the number of iterations, A2 contains some constant, and my formula is 1 + $A$2 * (i - 1), where i is the counter from 1 to $A$1, I want something like the following pseudocode. int sum = 0; for (int i = 1; i <= $A$1; i++) { sum = sum + (1 + $A$2 * (i - 1)); } Does that make sense? Thanks for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
如何加總算出sigma(1到n) | Excel Worksheet Functions | |||
sigma function | Excel Worksheet Functions | |||
Add ins for Six Sigma | Charts and Charting in Excel | |||
how do I get STDEV() 2 sigma? | Excel Worksheet Functions | |||
Sigma Function? | Excel Worksheet Functions |