#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 989
Default SUMIFS

At work I'm running Excel 2002. I want to use the SUMIFS function but I
believe this function is only for Excel 2007. Is there a similar funtion in
2002?
I'm trying to sum a range using multiple criteria from within the same
speadsheet.
Any help would be very much appreciated.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default SUMIFS

Hi,

You could use sumproduct

=SUMPRODUCT((B1:B10="This")*(C1:C10="That")*(D1:D1 0))

Sums D1-D10 for every occurence of This & That in B1-B10, C1-C10 respectively


Mike

"Mark" wrote:

At work I'm running Excel 2002. I want to use the SUMIFS function but I
believe this function is only for Excel 2007. Is there a similar funtion in
2002?
I'm trying to sum a range using multiple criteria from within the same
speadsheet.
Any help would be very much appreciated.
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default SUMIFS

"Mark" wrote in message
...
At work I'm running Excel 2002. I want to use the SUMIFS function but I
believe this function is only for Excel 2007. Is there a similar funtion
in
2002?
I'm trying to sum a range using multiple criteria from within the same
speadsheet.
Any help would be very much appreciated.
Thanks


I don't know about 2007, but you can do summing with multiple criteria in
older versions with SUMPRODUCT. For example
=SUMPRODUCT(--(A1:A99="dog"),--(B1:B995),--(X1:X99=Sheet2!G3),D1:D99)
will sum D1:D99 where column A contains "dog", column B is greater than 5
and column X equals Sheet2!G3.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default SUMIFS

Hi Mark

Take a look at the Sumproduct function.

=SUMPRODUCT(--($A$1:$A$100="Test"),--($B$1:$B$100="Another
test"),--($C$1:$C$100=50),$D$1:$D$100)

This would add all cell values in D1:D100 where the corresponding entries in
A was Test, in B was Another Test and C was 50.

You can use cell references instead of entering the values in the formula.

For more help on Sumproduct take a look at Bob Phillips site
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

--
----
Regards
Roger Govier

"Mark" wrote in message
...
At work I'm running Excel 2002. I want to use the SUMIFS function but I
believe this function is only for Excel 2007. Is there a similar funtion
in
2002?
I'm trying to sum a range using multiple criteria from within the same
speadsheet.
Any help would be very much appreciated.
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
SUMIFS() error? fgrose Excel Worksheet Functions 6 October 29th 09 05:05 PM
SUMIFS and OR M.S. Westerbeek Excel Worksheet Functions 6 August 23rd 07 07:24 PM
SUMIFS error NicoleC Excel Discussion (Misc queries) 8 May 7th 07 05:19 AM
SUMIFS with dates Chinni Krishna Reddy[_2_] Excel Worksheet Functions 2 April 16th 07 10:02 PM
SumIfs timson Excel Discussion (Misc queries) 3 January 26th 07 07:46 PM


All times are GMT +1. The time now is 05:38 PM.

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"