Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nir Nir is offline
external usenet poster
 
Posts: 36
Default SumIf - More then 1 criteria - Please assist

Hi,
How can i use sumif formula with more then ONE criteria?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default SumIf - More then 1 criteria - Please assist

=sumproduct(--(a2:a22="joe"),--(b2:b22=1),c2:c22)

--
Don Guillett
SalesAid Software

"Nir" wrote in message
...
Hi,
How can i use sumif formula with more then ONE criteria?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default SumIf - More then 1 criteria - Please assist

Use SUMPRODUCT instead.
--
Brevity is the soul of wit.


"Nir" wrote:

Hi,
How can i use sumif formula with more then ONE criteria?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,939
Default SumIf - More then 1 criteria - Please assist

Nope. You want sumproduct to do that. Check out this link...

http://www.xldynamic.com/source/xld.SUMPRODUCT.html
--
HTH...

Jim Thomlinson


"Nir" wrote:

Hi,
How can i use sumif formula with more then ONE criteria?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default SumIf - More then 1 criteria - Please assist

=SUM(SUMIF(A1:A10,{"x","y"},B1:B10))

Biff

"Nir" wrote in message
...
Hi,
How can i use sumif formula with more then ONE criteria?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nir Nir is offline
external usenet poster
 
Posts: 36
Default SumIf - More then 1 criteria - Please assist

apperantly this does not work when the arrays include error formulas values.
can you advise

"Don Guillett" wrote:

=sumproduct(--(a2:a22="joe"),--(b2:b22=1),c2:c22)

--
Don Guillett
SalesAid Software

"Nir" wrote in message
...
Hi,
How can i use sumif formula with more then ONE criteria?




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default SumIf - More then 1 criteria - Please assist

Fix the formulas so that instead of returning errors they return some other
value like a zero or a blank "".

Biff

"Nir" wrote in message
...
apperantly this does not work when the arrays include error formulas
values.
can you advise

"Don Guillett" wrote:

=sumproduct(--(a2:a22="joe"),--(b2:b22=1),c2:c22)

--
Don Guillett
SalesAid Software

"Nir" wrote in message
...
Hi,
How can i use sumif formula with more then ONE criteria?






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nir Nir is offline
external usenet poster
 
Posts: 36
Default SumIf - More then 1 criteria - Please assist

i did so thanks
isnt there a way around?

"Biff" wrote:

Fix the formulas so that instead of returning errors they return some other
value like a zero or a blank "".

Biff

"Nir" wrote in message
...
apperantly this does not work when the arrays include error formulas
values.
can you advise

"Don Guillett" wrote:

=sumproduct(--(a2:a22="joe"),--(b2:b22=1),c2:c22)

--
Don Guillett
SalesAid Software

"Nir" wrote in message
...
Hi,
How can i use sumif formula with more then ONE criteria?






  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default SumIf - More then 1 criteria - Please assist

isnt there a way around?

Maybe. But you're better off correcting problems at their source rather than
trying to accommodate those errors downstream. They end up making things
more complicated!

Biff

"Nir" wrote in message
...
i did so thanks
isnt there a way around?

"Biff" wrote:

Fix the formulas so that instead of returning errors they return some
other
value like a zero or a blank "".

Biff

"Nir" wrote in message
...
apperantly this does not work when the arrays include error formulas
values.
can you advise

"Don Guillett" wrote:

=sumproduct(--(a2:a22="joe"),--(b2:b22=1),c2:c22)

--
Don Guillett
SalesAid Software

"Nir" wrote in message
...
Hi,
How can i use sumif formula with more then ONE criteria?








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 do I use the sumif if I have multiple criteria (i.e. greater . Kellyatisl Excel Worksheet Functions 3 June 4th 06 06:33 AM
Multiple SUMIF Criteria azazel Excel Worksheet Functions 3 November 10th 05 08:31 PM
SUMIF with Mutiple Ranges & Criteria PokerZan Excel Discussion (Misc queries) 5 August 4th 05 10:31 PM
"criteria" in a sumif refering to the value in another cell mark Excel Discussion (Misc queries) 1 January 31st 05 07:39 PM
Can I use a cell reference in the criteria for the sumif function. Number Cruncher Excel Worksheet Functions 2 November 4th 04 07:52 PM


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