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

Sumif from mutliple sheet.

try this in sheet3 cell B2
=IF(SUMIF(Sheet1!$A:$A,Sheet3!A2,Sheet1!$B:$B)<1,SUMIF(Sheet2!$A:$A,Sheet3!A2,Sheet2!$B:$B),SUMIF(Sheet1!$A:$A,Sheet3!A2,Sheet1!$B:$B))
 
Back
Top