Thread: [Solved] Sumproduct
View Single Post
 
Old 06-12-2012, 08:06 PM
angie.chang angie.chang is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jun 2012
Posts: 9
angie.chang is on a distinguished road
Default Sumproduct

What is the difference using ,(comma) vs using *(multiplication)?

What is the purpose of using --(double negative)

Why sumproduct does not work if I change from z6 to "Yes" ($G$7:$G$450=Z6) to ($G$7:$G$450="Yes")?



=SUMPRODUCT(--($C$7:$C$450=X7), --($B$7:$B$450<=AC3), --($B$7:$B$450>=Z3), --($G$7:$G$450=”Yes”), $M$7:$M$450)


=SUMPRODUCT(--($C$7:$C$450=X7), --($B$7:$B$450<=AC3), --($B$7:$B$450>=Z3), --($G$7:$G$450=Z6), $M$7:$M$450)

SUMPRODUCT((C7:C450=X7)*((--$B$7:$B$450<=AC3)*(--($B$7:$B$450>=Z3))*(G7:G450=Z6)*(M7:M450)))
Reply With Quote