I have a financial calculation that adds annual totals together. For example, in row 62 I would have the following:
2005 2006 2007 2008 2009
a -500, b -900, c +200, d +1000, e +900.
Row 63 would have cumulative totals:
2005 2006 2007 2008 2009
-500, -1400, -1200, -200, +700
Each one of these cells represents a year. Consequently, in a 65 I would like to have a formula that showed me this the cumulative total turned positive after 4 years. Is this possible?