If you are saying that you only want to perform the SUMPRODUCT equation on
only the rows where column B2:B1206=C3, then:
=SUMPRODUCT(--('Events Due August'!B2:B1206=$C$3),--('Events Due
August'!F2:F1206='Customer Data Sheet'!B7))
HTH,
Paul
>I have tried the function and played around with it abit but no luck,:
>
[quoted text clipped - 9 lines]
> difficulties
> as the rest of the formula works. What shall I do.
PCLIVE - 10 Mar 2008 16:43 GMT
Oops! I missed something.
Try this:
=SUMPRODUCT(--('Events Due August'!F2:F1206='Customer Data
Sheet'!B7),--('Events Due August'!B2:B1206='Customer Data
Sheet'!$C$3))
Regards,
Paul
> If you are saying that you only want to perform the SUMPRODUCT equation on
> only the rows where column B2:B1206=C3, then:
[quoted text clipped - 18 lines]
>> difficulties
>> as the rest of the formula works. What shall I do.