C
comp1
Hi,
Im trying to figure out a formula for a rolling 12 month.
Exp: Jan 2013-Dec 2013
(at the begin of Jan-14 it would count 12 months back)
Feb 2013-Jan 2014
In my spreadsheet I have years 2013 and 2014.
Column A14:A37 have Months/Year (Jan-13)
Column AL14:AL37 have the totals I need.
My formula right no
is:=SUM(OFFSET(AL14,MAX(0,COUNT(AL14:AL37)-24),0,12,1))
It doesnt seem to be calculating correctly.
Any help would be appreciated
Im trying to figure out a formula for a rolling 12 month.
Exp: Jan 2013-Dec 2013
(at the begin of Jan-14 it would count 12 months back)
Feb 2013-Jan 2014
In my spreadsheet I have years 2013 and 2014.
Column A14:A37 have Months/Year (Jan-13)
Column AL14:AL37 have the totals I need.
My formula right no
is:=SUM(OFFSET(AL14,MAX(0,COUNT(AL14:AL37)-24),0,12,1))
It doesnt seem to be calculating correctly.
Any help would be appreciated