• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sumproduct help? Please? :(

excel_noob82

New Member
Hi, i want to do a sumif but want to use two criterias


I have googled and used chandoo and come up with this


=SUMPRODUCT(--($B$4:$B$25="Composites"),--($F$4:$F$25="100%"),$H$4:$H$25)


But it just returns the value as zero, despite both criteria being met?


I also want to do the same but with "<100%)


Can anyone help?
 
@Excel_noob


Hi


Please try this


=SUMPRODUCT(($B$4:$B$25="Composites")*($H$4:$H$25)*($F$4:$F$25<=100%))


Hope it will solve other wise please try to upload a sample workbook


Thanks


SP
 
Back
Top