sumproduct with multiple criteria

M

marksuza

Hi, I have this formula

=SUMPRODUCT((C3:C56 = FALSE)*(D3:D56 = FALSE)*(P3:p56=TRUE)*G3:G56)
where C, D, and P are checkboxes.

However, in addition to that, I want to say if P3:p56 = true subtrac
H3:H56.

Is there a way to do that?

Many Thanks,

Mar
 
A

A.W.J. Ales

Mark,

if I understand you correct, this is the formula you need :

=SUMPRODUCT((C3:C56 = FALSE)*(D3:D56 = FALSE)*(P3:p56=TRUE)*G3:G56) -
SUMPRODUCT((P3:p56=TRUE)*H3:H56)

--
Regards,
Auk Ales

* Please reply to this newsgroup only *
* I will not react on unsolicited e-mails *
 

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