ALTERNATIVE TO SUMPRODUCT NEEDED - THERE'S A PROBLEM!!
"Don Guillett" wrote...
"Rog" wrote:
Here is the formula. I do have the auto calc set. I tried going manual
and using F9, but that didn't change it either.
=SUMPRODUCT(--(Portfolio_Review!$X$2:$X$45001="warranty*"),
--ISNUMBER(SEARCH("BELLOW*",Portfolio_Review!$AD$2:$ AD$45001)))
....
"Harlan Grove" wrote in message
....
You are adding BELLOW in col AD in records in which col X begins with
warranty? You are using the formula
=SUMPRODUCT(--(LEFT(Portfolio_Review!$X$2:$X$45001,8)="warranty" ),
--ISNUMBER(SEARCH("BELLOW",Portfolio_Review!$AD$2:$A D$45001)))
?
....
Either you sent before adding text or you meant that the OP already stated
the problem. If the latter, here are the respective formulas w/o quoting.
Rog:
=SUMPRODUCT(--(Portfolio_Review!$X$2:$X$45001="warranty*"),
--ISNUMBER(SEARCH("BELLOW*",Portfolio_Review!$AD$2:$ AD$45001)))
me:
=SUMPRODUCT(--(LEFT(Portfolio_Review!$X$2:$X$45001,8)="warranty" ),
--ISNUMBER(SEARCH("BELLOW",Portfolio_Review!$AD$2:$A D$45001)))
Note the differences in the first SUMPRODUCT arg. The differences in the
second SUMPRODUCT are are irrelevant.
|