Thread
:
Sumproduct Wildcards
View Single Post
#
3
Posted to microsoft.public.excel.worksheet.functions
Glenn
external usenet poster
Posts: 1,240
Sumproduct Wildcards
wrote:
This works =Sumif($A3$:$A$43,"*Helm*",$F$3:$F$43)
Now I want to do that if TWO conditions are met, I typically use an
Array and Sumproduct, but can't get it to work. Thoughts?
It would the equivalent of doing this: =SUMPRODUCT(($F$3:$F$43)*($A
$3:$A$43="*Helm*")*($B$3:$B$43="*Port*")). But that doesn't work...
=SUMPRODUCT(($F$3:$F$43)*
(ISNUMBER(FIND("Helm",$A$3:$A$43)))*
(ISNUMBER(FIND("Port",$B$3:$B$43))))
Reply With Quote
Glenn
View Public Profile
Find all posts by Glenn