SUMPRODUCT FORMULA

D

donny

Can anyone tell mw what's wrong with my formula, I only
have one cell in column L that is greater than 1 yet it is
counting everything that is advised. Thanks

=SUMPRODUCT(((('Shipping Report'!G2:G20000="Advised")*
('Shipping Report'!C2:C20000>=Breakdown!A1)*('Shipping
Report'!C2:C20000<=Breakdown!C1)*('Shipping Report'!
L2:L20000>=1))))
 
D

Ddaannb

hi!
unless 4 "(" , you can try ... like this :
=SUMPRODUCT(('Shipping Report'!G2:G20000="Advised")*
('Shipping Report'!C2:C20000>=Breakdown!A1)*('Shipping
Report'!C2:C20000<=Breakdown!C1)*('Shipping Report'!
L2:L20000>=1))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top