Thread: SUM IF
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey Duke Carey is offline
external usenet poster
 
Posts: 1,081
Default SUM IF

=sumproduct(--(a1:a100="CONVENE"),--(b1:B100="SSMITH"),C1:C100)

"Shagar" wrote:

How do I write the function below...

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

Thanks...