Do I ever need some help!!!! I have this spreadsheet (attached), and am trying to create a formula that will average productivity scores for a quarter. I am not having a problem with the monthly score (below):
=IF(ISERROR(IF(($A33)>End_Date,””,SUMIF(Month,$A33,Express_BookedLoans)+SUMIF(Month,$A33,SBALOC_BookedLoans))/SUMIF(Month,$A33,Express_ActualFTE)),””,IF(($A33)>End_Date,””,SUMIF(Month,$A33,Express_BookedLoans)+SUMIF(Month,$A33,SBALOC_BookedLoans))/SUMIF(Month,$A33,Express_ActualFTE))
but need that same type of formula for each quarter. The data (dates, etc.) are setup to change based upon a start and end date at the top of the worksheet. Changing those dates will move the positions for the QTD cells. This formula is set up in the date fields:
=IF(ISERROR(MONTH(A33)),EOMONTH(A32,1),IF(OR(MONTH(A33)=3,MONTH(A33)=6,MONTH(A33)=9,MONTH(A33)=12),”Q”&INT((MONTH(A33)-1)/3)+1&” Avg”,EOMONTH(A33,1)))
Hoping that someone could take a look at it, and point me in the right direction, if it is even possible.
Thanks!