I run into several postings on the internet with code like this
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
=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: