SumProduct?

J

JimG

I want to combine a SumProduct formula with a CountIF.

I want to count all occurences of "Peter" that appear in column H, if "Paul"
is in the corresponding row in column G. I am using 2007 and have tried
conditional formating but cannot make it work.

Any suggestions?
 
P

pdberger

JimG --

Excel 2007 has a couple of new functions, one of which should help. You can
use =COUNTIFS to make it work:

=COUNTIFS(H:H,"Peter",G:G,"Paul")

Should work fine.

HTH
 
B

Bob Phillips

.... and will be faster than SUMPRODUCT

--
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