I have the following formula: =SUMPRODUCT(--(INT((MONTH(data!$A$6:$A$530)=5)*(data!F$6:$F$530="Fall")*(data!$C$6:$C$530="0701-1100"))))

I need to have the formula sum both Fall and Successfull Fall (both are in column F). I have tried to use the wild card *, but this returns a wrong number.

Any help would be appreciated. Thanks!