
Originally Posted by
Cutter
Your first formula copied from your original post is:
=SUMPRODUCT(--('North America Summary'!$D$9:$D$1852=$C15),--('North America Summary'!$S$9:$S$1852>=$H$7)))
Note that it has one too many closing brackets at the end.
Your second formula copied from your original post is:
=SUMPRODUCT(--('North America Summary'!$D$9:$D$1852='Regional - Deals, Sales, Other'!$C10),--('North America Summary'!$R$9:$R$1852=$F$7),'North America Summary'!$S$9:$S$1852))
Can you not see that you are missing the >=$H$7 in the second formula????
And the leading double unary and opening bracket in that last component.
So your second formula should be changed to:
=SUMPRODUCT(--('North America Summary'!$D$9:$D$1852='Regional - Deals, Sales, Other'!$C10),--('North America Summary'!$R$9:$R$1852=$F$7),--('North America Summary'!$S$9:$S$1852>=$H$7))
Constructed by simply placing your extra component - namely: --('North America Summary'!$R$9:$R$1852=$F$7)
between the 2 components of your first formula, adding a comma and removing that extra bracket at the end.
Bookmarks