#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to nest a left function within a sumif function? LisaK Excel Worksheet Functions 2 April 23rd 23 11:46 AM
Using the TODAY() function in a SUMIF function JPB Excel Worksheet Functions 4 July 27th 06 04:01 PM
How do I use the TODAY function with the SUMIF function? Lisa B. Excel Worksheet Functions 2 September 30th 05 08:51 PM
SUMIF Function Inside SUMPRODUCT Function Abdul Waheed Excel Worksheet Functions 17 September 19th 05 04:24 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


All times are GMT +1. The time now is 11:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"