=SUMPRODUCT(--('Rec. Shared'!$M$12:$M$1465=$I$1),--(MONTH('Rec. Shared'!$Y$12:$Y$1465)=MONTH(A17)),'Rec. Shared'!$U$12:$U$1465)
Need help to make the formula above more accurate. This formula reads the text in $I$1 to find MATCHES in $M$12:$M$1465. It also reads the month in A17 (Sep-11, in this case) and finds MATCHES in $Y$12:$Y$1465. It then totals values in $U$12:$U$1465 where both these conditions are met.
This formula is only totalling values from Sep-10 and completely disregarding Sep-11. I assume it also needs to search for the YEAR somehow. Can anyone help?
Dan
Need help to make the formula above more accurate. This formula reads the text in $I$1 to find MATCHES in $M$12:$M$1465. It also reads the month in A17 (Sep-11, in this case) and finds MATCHES in $Y$12:$Y$1465. It then totals values in $U$12:$U$1465 where both these conditions are met.
This formula is only totalling values from Sep-10 and completely disregarding Sep-11. I assume it also needs to search for the YEAR somehow. Can anyone help?
Dan