Thread: Sumif??
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default Sumif??

=SUMPRODUCT(--($A$2:$A$100=description),--($C$2:$C$100=equipment),($B$2:$B$100))
--
** John C **
Please remember if your question is answered, to mark it answered :). It
helps everyone.


"Hope" wrote:

I have 3 columns...

A - defect description
B - number of defects
C - equipment

I am trying to sum the number of defects if both the defect description and
equipment match the criteria.

Thanks in advance!

Hope