Adding up columns for speciic rows

C

confused

Hi,

I'm struggling to write formula to add up columns for specific rows and was
wondering if anyone could help?

I want to add up the numbers in column C, D and E but only for those rows
where:
Column A = "Build"
Column B = "Business"

So in the example spreadhseet below, i would want my formula to calculate
the answer 50 (adding columns c, d and e for the first and second rows)

column A coumn b Column c column D column E
Build Business 10 15 15
Build Business 5 0 5
Design Business 5 15 10
Build Tech 4 3 7

Any help is aprreciated

any thanks
 
B

Bob Phillips

=SUMPRODUCT((A1:A10="Build")*(B1:B10="Business")*C1:E10)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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