Thread: SUMIF Function
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 SUMIF Function

try this idea.
=sumproduct((a2:a22="joe")*(b2:b22x)*b2:b22)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Steve 51" wrote in message
...
Is there a way to use the SUMIF function with two conditions? For example,
I
have a data table that has employee names, sales and commissions. I want
to
sum commissions for a given employee when the commission value is greater
than X.