hi,
i would actually like to try to use this formula in my "NEWDATA" sheet in
first empty column to the right of all the data already in there
=SUM(OFFSET($A$1,ROW()-1,MATCH(LEFT(TEXT((MONTH(Data!$BQ$1)-2)*29,"mmm")&"-"&RIGHT(YEAR(Data!$BQ$1),2),4)&TEXT(YEAR(TODAY()),"YY"),$1:$1,1)-1,1,1):OFFSET(AN108,0,0))
in the "data" sheet cell BQ1 there is a value of Nov-08 determined by a
formula: =TEXT(BN1+0,"mmm yy"), with a value of Nov-08 stored as date in
cell BN1 of "Data" sheet, stored in the "Mar-01" date format.
In the "NEWDATA" sheet there are values like "Sep-08", "Oct-08" and so forth
in the first row 1 across the columns, also stored in the "Mar-01" date
format.
The preceding formula attempts to sum up values for each row for all months
in the current year which are within the past 3 months (sum up all values for
each row in which the month names for the columns are in the past 3
months)... its just not working right.
im not sure how to amend this formula i am trying to use.
thanks in advance,
geebee