If your title is correct and you were putting your formula in D64 then you would possibly look at something like
VBA Code:
=AVERAGEIFS($C$53:$C$64,$A$53:$A$64,"<="&A64,$A$53:$A$64,">="&DATE(YEAR(A64)-1,MONTH(A64),DAY(A64)))
if you were averaging column C based on the dates in column A.
Please note that it is very hard to tell what the cells in your range are referring to and it is not possible to copy paste your data into Excel so we would have to retype your data to test.
Please look into using the boards XL2BB app if you need to post screenshots of your ranges in future.