Thread: SUM IF
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default SUM IF

=sumproduct((a2:a22="convene")*(b2:b22="ssmith")*c 2:c22)

--
Don Guillett
SalesAid Software

"Shagar" wrote in message
...
How do I write the function below...

If column a=CONVENE and Column b=SSmith then SUM Column C

Thanks...