Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JCARROLL
 
Posts: n/a
Default Multiple Criteria in a SUMIF formula

I am tryring to use a SUMIF formula with two differnt criteria. I.E. Sum IF
<Blank or Blank. Every time I add the second criteria it cancels out the
first one. Any suggestions?
  #2   Report Post  
sebastienm
 
Posts: n/a
Default

Hi,
You can use the SUMPRODUCT function as follow:
=SUMPRODUCT( (Criteria1) * (Criteria2) * ... * (RangeToSum) )
The * between criteria behave as an AND
Eg:
=SUMPRODUCT ((A1:A10010) *(A1:A100<=20) *(B1:B100="G") *(D1:D100))
--
Regards,
Sébastien


"JCARROLL" wrote:

I am tryring to use a SUMIF formula with two differnt criteria. I.E. Sum IF
<Blank or Blank. Every time I add the second criteria it cancels out the
first one. Any suggestions?

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
Array Formula w/ Multiple SumIf Criteria Andy Excel Worksheet Functions 3 July 13th 05 08:56 PM
sumif formula returns incorrect value modular_brian Excel Worksheet Functions 1 June 16th 05 10:29 PM
How do I set up a formula with multiple criteria? EFloyd Excel Worksheet Functions 1 February 2nd 05 08:13 PM
sumif with multiple criteria benb Excel Worksheet Functions 3 January 5th 05 11:07 PM
Sum(if ... multiple conditions ... Interpretation? Ken Excel Discussion (Misc queries) 6 December 16th 04 10:23 PM


All times are GMT +1. The time now is 02:39 AM.

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

About Us

"It's about Microsoft Excel"