sumif and multiple columns

U

umass

I am trying to get sumif to sum over multiple columns -- that is, the
criteria are in range A1:A3, and the sum range is over B1:D3, but I
can't get it to work. Is this possible to do?
 
J

JE McGimpsey

One way:

Assume your criterion was A1:A3 > 5:

=SUMPRODUCT((A1:A3>5)*(B1:D3))
 

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