ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   SUMIF Function (https://www.excelbanter.com/excel-worksheet-functions/150950-sumif-function.html)

Steve 51

SUMIF Function
 
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.

Don Guillett

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.



Mike H

SUMIF Function
 
try:

=sumproduct((range1,condition1)*(range2,condition2 )*(sumrange))

Mike

"Steve 51" wrote:

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.



All times are GMT +1. The time now is 04:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com