Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, I currently have a sumproduct formula layed out in the standard configuration: =SUMPRODUCT((array1=condition1)*(array2=condition2 )*(array3)) Is it possible to change the (array1=condition1) part so that it looks for more than one condition in that array, so that it is looking for condition1 OR condition1a? Thanks -- sanders ------------------------------------------------------------------------ sanders's Profile: http://www.excelforum.com/member.php...o&userid=36745 View this thread: http://www.excelforum.com/showthread...hreadid=569799 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
An extensive description of how SUMPRODUCT can be used can be found he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html -- Kind regards, Niek Otten Microsoft MVP - Excel "sanders" wrote in message ... | | Hi, | I currently have a sumproduct formula layed out in the standard | configuration: | | =SUMPRODUCT((array1=condition1)*(array2=condition2 )*(array3)) | | Is it possible to change the (array1=condition1) part so that it looks | for more than one condition in that array, so that it is looking for | condition1 OR condition1a? | | Thanks | | | -- | sanders | ------------------------------------------------------------------------ | sanders's Profile: http://www.excelforum.com/member.php...o&userid=36745 | View this thread: http://www.excelforum.com/showthread...hreadid=569799 | |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It would be something like
=SUMPRODUCT((array1={"A","B"})*(array3)) but do read the page Nick suggested, it should help explain it all. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "sanders" wrote in message ... Hi, I currently have a sumproduct formula layed out in the standard configuration: =SUMPRODUCT((array1=condition1)*(array2=condition2 )*(array3)) Is it possible to change the (array1=condition1) part so that it looks for more than one condition in that array, so that it is looking for condition1 OR condition1a? Thanks -- sanders ------------------------------------------------------------------------ sanders's Profile: http://www.excelforum.com/member.php...o&userid=36745 View this thread: http://www.excelforum.com/showthread...hreadid=569799 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding "OR" to a Sumproduct Formula | Excel Worksheet Functions | |||
Need help with sumproduct and dynamic ranges | Excel Worksheet Functions | |||
Can I reference =, <, or > sign in SUMPRODUCT | Excel Discussion (Misc queries) | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |