Thread
:
SUMIF Function
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
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.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett