View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Help Using COUNT or SUM/IF???

try
=sumproduct((carrng="carA")*(jrng="x")*(nrng="x"))

--
Don Guillett
SalesAid Software

"chickalina" wrote in message
...
I want to be able to return a count where the cell in columns J and M are
both "X".

Example: Colums J through M are cars andColumns N through O are the
repairs.

I want to be able to count by car, how many times for each repair. So I
would need a total number of occurences where columns J and N are both
equal
to "X"

I hope this makes sense.