View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 9,221
Default CountIF on two conditions

Try :
=SUMPRODUCT(($M$2:$M$7145="Dog")*($P$2:$P$7145="Ja ck"))
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Darin Kramer" wrote in message
...
Hi There


I have a simple countif :

I want to change it to take account of another conditon. So If in column
P over the same range there is an owner named Jack, then count the
instances of Dog in column M.

There are various owners in column P.

Thanks and Regards

D

*** Sent via Developersdex http://www.developersdex.com ***