Michael Adams <[EMAIL PROTECTED]> writes:

> Try these formulas (note the numbers i added to your rows).
> c3 =b3
> c4 =c3+b4
> Then drag c4 down the column.
>
> That should be quicker as each calculation of cX only looks up two
> cells. Your current method look up increasing numbers of cells for
> each calc.

Thanks for the suggestion, but I already tried it!  Maybe I didn't
explain it clearly in my original post when I wrote:

  I tried a different style of running total where each cell is
  computed recursively as something like Bn+C(n-1).  The performance
  is no better.

Any other ideas?

-James

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to