Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUMIFS with 3 criteria instead of just 2

I am trying to get SUMIFS function to SUM a range of cells only if three
criteria are met. I have tried the SUMIFS function for two of the criteria
and then added SUMIF to the end for the 3rd criteria, but it always defaults
to the SUMIF function even though the first 2 criteria are not met.

Example:

=SUMIFS(C32:C33,E32:E33,"4",G32:G33,"6")+SUMIF(I32 :I33,"<96",C32:C33)

It is adding cells together even when 4 & 6 criteria are not met.

Anyone have any ideas!

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default SUMIFS with 3 criteria instead of just 2

=SUMPRODUCT(--(E32:E33=4),--(G32:G33=6),--(I32:I33<96,C32:C33)

--


Regards,


Peo Sjoblom

"Hopper" wrote in message
...
I am trying to get SUMIFS function to SUM a range of cells only if three
criteria are met. I have tried the SUMIFS function for two of the
criteria
and then added SUMIF to the end for the 3rd criteria, but it always
defaults
to the SUMIF function even though the first 2 criteria are not met.

Example:

=SUMIFS(C32:C33,E32:E33,"4",G32:G33,"6")+SUMIF(I32 :I33,"<96",C32:C33)

It is adding cells together even when 4 & 6 criteria are not met.

Anyone have any ideas!

Thank you!



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
SUMIFS formula using dates and text as criteria Trish Excel Discussion (Misc queries) 4 May 21st 23 07:46 PM
sumifs will not work with a cell reference as criteria BillGr Excel Discussion (Misc queries) 4 April 3rd 23 04:18 PM
Sumifs - greater than criteria with a Cell Reference Dweid Excel Worksheet Functions 4 April 3rd 23 11:08 AM
using sumifs to sum based on month, and criteria Jonas Excel Worksheet Functions 13 April 29th 08 01:12 PM
Using wildcards in criteria for sumifs functions PaulJK Excel Discussion (Misc queries) 2 March 11th 08 02:00 PM


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