I explored seriessum this morning, and I don't think it will do what I am looking for. As I understand it, seriessum requires a hard number or cell references for the coefficients. What I want to be able to do is put in a formula, and the cell return the value (in isolation) without having to reference other cells. I'm not doing a very good job of describing what I'm trying to do Using Sigma notation from Algebra, the problem would have a "k=1" on the underside of the Sigma symbol, 10 (for example) above the sigma, then to the right of the sigma there would be a formula like .85^k. So the answer for this example would be .85^1 + .85^2 + .85^3 + .85^4 + .85^5 + .85^6 + .85^7 + .85^8 + .85^9 + .85^10 = 4.551. What I currently have done in excel is created seperate cells for .85^1, .85^2, .85^3, etc, and add in all the previous values to get a sum for a given value of k (which requires 10 cells in this example). The problem is I want to do, for example, k=1000. To do that, I would have to continue the series above from .85^1 all the way to .85^1000 and get the sum, which would require 1000 cells (or a really long formula within one cell lol). I want to be able to put in the formula for k=1000, and the formula return the total value in isolation without having to total up a bunch of cells (similar to what the website does that I referred to in my previous post). Hopefully that makes sense :/ Maybe I'm not using seriessum correctly? Thanks a bunch, Shane