F
FinController
Hi there! Hope you can help me with this one:
I have a sheet with years and accounts with data.
I want to find the year in which the last non-zero value occurs.
Example:
2004 2005 2006 2007 2008 2009 2010
0 100 150 70 20 0 0
The last year with data is 2008. Is there a way to get that using a formula
and without setting up a host of intermediate test rows or VBA loops? The
data is in fact feb by formula, and the cells up to 2010 are never really
empty.
Thanks for any ideas.
Robin
I have a sheet with years and accounts with data.
I want to find the year in which the last non-zero value occurs.
Example:
2004 2005 2006 2007 2008 2009 2010
0 100 150 70 20 0 0
The last year with data is 2008. Is there a way to get that using a formula
and without setting up a host of intermediate test rows or VBA loops? The
data is in fact feb by formula, and the cells up to 2010 are never really
empty.
Thanks for any ideas.
Robin