• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

SUMPRODUCT using not equal (it wont let me type the symbol) instead of =

tarynmahon

Member
How do you use the <> in a SUMPRODUCT please, I thought I could just replace the = with <> but it's not returning the correct result. Please see example

=SUMPRODUCT(--('[LIS New Sales.xlsx]Jan12'!$C:$C="N"),--('[LIS New Sales.xlsx]Jan12'!$O:$O="INTERNET")+--('[LIS New Sales.xlsx]Jan12'!$O:$O="AGGREGATOR"))


This works fine but I actually need it to return;


=SUMPRODUCT(--('[LIS New Sales.xlsx]Jan12'!$C:$C="N"),--('[LIS New Sales.xlsx]Jan12'!$O:$O<>"INTERNET")+--('[LIS New Sales.xlsx]Jan12'!$O:$O<>"AGGREGATOR"))


This doesnt work

Any help would be greatly appreciated
 
Back
Top