SumProduct - Value ISN'T equal to

  • Thread starter Thread starter Andibevan
  • Start date Start date
A

Andibevan

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_Owner="Jim"))

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

Thanks in advance

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SUMPRODUCT HELP 2
SUMPRODUCT 5
Wildcard not working in SumProduct Array 8
sumproduct with date range 4
Sumproducting counting blanks 4
Excel Need Countifs Formula Help 0
Sumproduct - Return value as Blank 3
Sumproduct question 1

Back
Top