Thread
:
Help Using COUNT or SUM/IF???
View Single Post
#
2
Posted to microsoft.public.excel.newusers
Don Guillett
external usenet poster
Posts: 10,124
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.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett