View Single Post
  #24   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rog Rog is offline
external usenet poster
 
Posts: 18
Default ALTERNATIVE TO SUMPRODUCT NEEDED - THERE'S A PROBLEM!!

I made up a 10 record version of the DB and tried it there and it worked just
fine. Apparently there is a glitch in EXCEL because it seems to be related to
the numbr of records in the DB. This is a real concern; I don't know of any
way around this one. Thank you so much for all the help you have given.

"Harlan Grove" wrote:

"Rog" wrote...
Okay, but I still don't understand why if I add the word "BELLOW" to one
of the records and it goes through its 3 minutes of updating, it does not
change the number of "BELLOW" it sees. Any thoughts there?


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)))

?

If so, the result should change.