Thread: Sum If
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Sum If

Try,

=SUMPRODUCT((C2:C18="Premier")*(B2:B18))

Mike

"Alex" wrote:

Hi - can comeone help me please

Into B21 I want to add the values of rows B2:B18 where ant of the rowsC2:C18
contain the word "Premier"

tks