I guess I'm missing something. Can't you place the month values in the first (or any convenient) row and the text values in a column and refer to those cells instead of hard coding the 1 and the "A"? Something like this
Code:
=SUMPRODUCT($sheet2.$C2:$C10000; B$1 = MONTH($Sheet2.$A2:$A10000);$Sheet2.$E2:$E10000= $A2)
Statistics: Posted by FJCC — Fri Sep 06, 2024 6:00 am