+ Reply to Thread
Results 1 to 2 of 2

Is it possible to include two sumifs statements into one function?

  1. #1
    Registered User
    Join Date
    03-30-2014
    Location
    Australia
    MS-Off Ver
    Excel 2003 & 10
    Posts
    30

    Is it possible to include two sumifs statements into one function?

    =SUMIFS(Sheet1!D$11:D$1500,Sheet1!$A$11:$A$1500,$B19,Sheet1!$B$11:$B$1500,$A$1)
    =SUMIF(Sheet1!$A$11:$A$1600,$B3,Sheet1!D$11:D$1600)

    So basically is the first sumif doesnt return a result as the criteria is not met, I would like to evaluate the next sumif function - is there a way I can incorporate both functions into the one?

    Thank you very much in advance

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,904

    Re: Is it possible to include two sumifs statements into one function?

    use the above with If condition like

    if(SUMIFS(Sheet1!D$11:D$1500,Sheet1!$A$11:$A$1500,$B19,Sheet1!$B$11:$B$1500,$A$1)>0,SUMIFS(Sheet1!D$11:D$1500,Sheet1!$A$11:$A$1500,$B19,Sheet1!$B$11:$B$1500,$A$1),SUMIF(Sheet1!$A$11:$A$1600,$B3,Sheet1!D$11:D$1600))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Amalgamate Multiple SUMIFS Statements Into One
    By kyjae in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-31-2014, 07:39 AM
  2. Replies: 4
    Last Post: 06-27-2012, 03:04 PM
  3. Excel 2007 : Multiply If statements and Sumifs
    By Batman11692003 in forum Excel General
    Replies: 0
    Last Post: 10-16-2011, 09:18 PM
  4. IF statements:SUMIF, SUMIFS and Ranges
    By gaznev2000 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2010, 02:00 AM
  5. [SOLVED] Averages that include cells with IF statements
    By hollenbaker in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-07-2005, 12:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1