Multiple SumIf Formula

  • Thread starter Thread starter Rose
  • Start date Start date
R

Rose

I need a formula allowing recognition of one response in
Cell A in addition to recognising if the answers in cell B
equals either x, y or z then add up the total values.

I understood the inclusion of the "+" symbol should allow
this but my query parameters are not working. Eg:

=SUM(IF(A5:A30="JUL",IF(D5:D30="HSP3")+
(D5:D30="HSP1",C5:C30))

So with this formula cells A should equal Jul and cells D
have either HSP3 or HSP1.

Thanks.
 
Invoking a SumProduct formula...

=SUMPRODUCT(--(A5:A30="JUL"),(D5:D30="HSP3")+(D5:D30="HSP1"),C5:C30)

which just needs enter.
 

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

Back
Top