View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
goss[_2_] goss[_2_] is offline
external usenet poster
 
Posts: 15
Default sumproduct with boolean criteria returns unexpected 0

On Oct 27, 6:17 pm, "T. Valko" wrote:
Hmmm...

Well, your subject line says you're getting a result of 0 and your post says
you're getting a result of #N/A.

If the result is 0:

-Values < 0?
(Data!$D$2:$D$20000)


It may be due to use of the wrong operator. or < ?

If the result is #N/A:

There's nothing wrong with the formula itself. Are there any #N/A errors in
either of the ranges?

--
Biff
Microsoft Excel MVP

"goss" wrote in message

oups.com...



Hi all -


My sumproduct formula is measuring 2 criteria
-Values < 0?
-Period = P1


But it is returning a #N/A error
Can anyone give me a nudge in the right direction?


=SUMPRODUCT((Data!$D$2:$D$20000)*(Data!$E$2:$E$20 00=Summary!$K$2))/
1000


Thanks.
Best regards,
markc- Hide quoted text -


- Show quoted text -


Apolgies on confusion with subect and body
Originally I was getting #N/A, then relized the second argument in the
formula did not use $2000 rows only $45 rows
I change to $2000 and now I receive a 0

Alan -

The data has been copy pasted to Excel from HTML then
data..text..columns
I also ran a macro to clean all extra spaces and another macro to
bring any trailing negatives to the fron of the number
I tested the value column with =ISNUMBER(). All returned TRUE.

I then picked a single period of the dataset and switched to a very
simple sumif formula:
=SUMIF(Data!$D$24:$D$45,"<0")/1000

This returned a value of 2.0 (K's)

I then manually added all items in the range < 0.
I received a result of $2,011.65.

All that said, I believe the data is good to go.
Has to be something with the formula

Best regards,
-markc