Hello,
I'm working to create dynamic charting in my dashboard using the OFFSET Function as follows:
=OFFSET('7'!$G$1,COUNTA('7'!$G$2:$G$25)-1,0,-MIN(12,COUNTA('7'!$G$2:$G$25)-1),1)
As you can see, I want the last twelve months of data in therange.
For the associated dates (to get the last twelve months that havedata values listed) I am using the following OFFSET function.
=OFFSET('7'!$F$2,COUNTA('7'!$F$2:$F$37)-1,0,-MIN(12,COUNTA('7'!$F$2:$F$37)-1),1)
I'm having issues with themonths and the values matching. Can you help me sync these up?
I'm getting 2 month difference in the data being pulled.