I trying to modify an existing formula, but I’ve found it to be harder than I anticipated. I hope someone on this forum can help me. The formula is:
=SUMPRODUCT($E$2:$E$11,H4,–($C$2:$C11=”RED”),–($D$2:$D$11=”CCA”))
I would like to add additional criteria for a dates range between Jan 1 and Jun 30 of the current year (Column B). So the formula would total the Points if the Dates are between 01/01 (current year) and 06/30 (current year) and the Team = “RED” and the Area = “CCA”.
Thank you.