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

Convert SUMIFS to Excel 2003 Formula

snake12

New Member
I have the following formula that I can't get to work in Excel 2003. Would greatly appreciate it if someone can help.


=SUMIFS(Sheet1!$M$3:$M$18,Sheet1!$B$3:$B$18,Sheet2!A63,Sheet1!$O$3:$O$18,"<="&$B$58)
 
Snake12


Firstly, Welcome to the Chandoo.org Forums


Give the following a try:

Code:
=SUMPRODUCT((Sheet1!$B$3:$B$18=Sheet2!A63)*(Sheet1!$O$3:$O$18<=$B$58),Sheet1!$M$3:$M$18)
 
Hui


Wow, excel ninja indeed. That worked beautifully, now I have to figure it out backwards.

Thank you very much!
 
Back
Top