• 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.

Sum-product multiple conditions

AV114

Member
I run into several postings on the internet with code like this

=SUMPRODUCT((A1:A10="Marketing")*(B1:B10={"North","South"})*(D1:D10={"JAN","FEB"})*(E1:E10={"JOHN","SMITH"})*(C1:C10))

Conditions for search are neatly put into {}. I have such conditions to search for, so I'm looking for a way to make the formula easier to read. If I try it, i get N/A.

Is there a trick I'm missing?

Thank you in advance
 
Last edited:
Back
Top