Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIFS() error? | Excel Worksheet Functions | |||
SUMIFS and OR | Excel Worksheet Functions | |||
SUMIFS error | Excel Discussion (Misc queries) | |||
SUMIFS with dates | Excel Worksheet Functions | |||
SumIfs | Excel Discussion (Misc queries) |