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

help me with gettin result with more than 2 criteria using index match or sumifs

Hi rahulsharma012,


Kindly try this SUMPRODUCT formula:

[pre]
Code:
=SUMPRODUCT(($C$2:$C$1080=$L$18)*($D$2:$D$1080=$N$18)*(A2:A1080>=L12)*(A2:A1080<=EOMONTH(L14,0))*($G$2:$G$1080))
[/pre]

Where L12 is 1-Jan-08 and L14 is 1-Mar-08 formatted as date.


Regards,
 
Back
Top