Thread: SUMPRODUCT Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
rt rt is offline
external usenet poster
 
Posts: 11
Default SUMPRODUCT Help

Using the following formula, I am receiving a value of 40 more than it should
be:

=SUMPRODUCT(--($J$2:$J$2000=0),--ISNUMBER(SEARCH($P$2:$P$2000,"F")))

Is the problem with the "=" condition? I've tried stating it several
different ways, but am still getting the same problem. The formula works
perfectly if I only use "" or "=", but I need both.