If you’ve seen the SUMPRODUCT function in use before, you might have seen a slightly different notation. Rather than using a double minus, you can write=SUMPRODUCT(A2:A4*(B2:B4="Red")*(MONTH(C2:C4)=2))The formula is still going to work the same way, we’re just manually telling ...