ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   SumProduct - Value ISN'T equal to (https://www.excelbanter.com/excel-discussion-misc-queries/26858-sumproduct-value-isnt-equal.html)

Andibevan

SumProduct - Value ISN'T equal to
 
Hi All,

I am trying to use the following formula to count the number of entries that
are not Closed:-

=SUMPRODUCT((Val_RSK_Status<"Closed")*(Val_RSK_Ow ner="Jim"))

It produces a result, but not the right one - have I got the Syntex for Not
Equal to Right?

Thanks in advance

Andy



JE McGimpsey

Your syntax is fine. What is the error?

Your formula will count blanks as <"Closed". If you don't want that,
one way is:

=SUMPRODUCT(--(Val_RSK_Status<"Closed"), --(Val_RSK_Status<""),
--(Val_RSK_Owner="Jim"))


In article ,
"Andibevan" wrote:

Hi All,

I am trying to use the following formula to count the number of entries that
are not Closed:-

=SUMPRODUCT((Val_RSK_Status<"Closed")*(Val_RSK_Ow ner="Jim"))

It produces a result, but not the right one - have I got the Syntex for Not
Equal to Right?

Thanks in advance

Andy



All times are GMT +1. The time now is 10:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com