Any particular reason this array formula won't work? If I remove the or it works fine but I'm trying to get the average for the current month and the previous month. B1=Current Date.
=AVERAGE(IF(MONTH('Q.A.History'!C1:IV1)=or(MONTH(B1),MONTH(B1)-1),'Q.A. History'!C21:IV21))
=AVERAGE(IF(MONTH('Q.A.History'!C1:IV1)=or(MONTH(B1),MONTH(B1)-1),'Q.A. History'!C21:IV21))
Last edited: