+ Reply to Thread
Results 1 to 2 of 2

SUMIFS with multiple sum range columns

  1. #1
    Registered User
    Join Date
    03-11-2013
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    1

    SUMIFS with multiple sum range columns

    I've tried looking at a bunch of forum posts but to no avail...

    This is how the formula exists now:

    =SUMIFS(Payback_Amount,Payback_Account,$A$21,Payback_Period,I$8,Payback_Fiscal_Year,I$7,Payback_Project,$B$4,Payback_Name,"*BLANK*")

    But I want ADD another column in the sum range so that it functions like this:

    =SUMIFS(Payback_Amount+HSV,Payback_Account,$A$21,Payback_Period,I$8,Payback_Fiscal_Year,I$7,Payback_Project,$B$4,Payback_Name,"*BLANK*")

    Excel won't allow me to include two columns in the sum range. In looking at other posts it seems like something that sumproduct might be able to do, but I can't for the life of me figure out how. I DON'T want to do this:

    =SUMIFS(Payback_Amount,Payback_Account,$A$21,Payback_Period,I$8,Payback_Fiscal_Year,I$7,Payback_Project,$B$4,Payback_Name,"*BLANK*")+SUMIFS(HSV,Payback_Account,$A$21,Payback_Period,I$8,Payback_Fiscal_Year,I$7,Payback_Project,$B$4,Payback_Name,"*BLANK*")

    Any ideas??

  2. #2
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: SUMIFS with multiple sum range columns

    Hi -

    SUMPRODUCT will do what you want, basically as you suggest by adding the two columns together first and then applying your criteria like this SUMPRODUCT((A+B),CRITERIA1,CRTERIA2,...)

    SUMPRODUCT is a little difficult to understand at first, but here is a great article that explains it really well and will open a lot of new doors for you as an excel user.

    http://xldynamic.com/source/xld.SUMPRODUCT.html

    Good luck - hope this helps.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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