Conditional Summing

R

Rich D

I have a worksheet with multiple columns. I want to add all the values in
the amount column that equal certain information in 3 of the other
columns...in other words, if an invoice pertains to a specific job and
specific phase number and is marked x in the Paid column, I want to include
that amount in the sum. Any help would be appreciated. I've done it (I
think) the way the book says, but to no avail.
 
M

Mike H

rICH,

a bit lacking on detail but this checks rows 2 - 6 of columns A & B &C for
values and if it fins then sums column D.

=SUMPRODUCT((A2:A6="abc")*(B2:B6="def")*(C2:C6="ghy")*(D2:D6))

Mike
 

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