#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUM IF

How do I write the function below...

If column a=CONVENE and Column b=SSmith then SUM Column C

Thanks...


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default SUM IF

=sumproduct((a2:a22="convene")*(b2:b22="ssmith")*c 2:c22)

--
Don Guillett
SalesAid Software

"Shagar" wrote in message
...
How do I write the function below...

If column a=CONVENE and Column b=SSmith then SUM Column C

Thanks...




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default SUM IF

=sumproduct(--(a1:a100="CONVENE"),--(b1:B100="SSMITH"),C1:C100)

"Shagar" wrote:

How do I write the function below...

If column a=CONVENE and Column b=SSmith then SUM Column C

Thanks...


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



All times are GMT +1. The time now is 08:03 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"