+ Reply to Thread
Results 1 to 2 of 2

SUMIFS or SUMPRODUCT

  1. #1
    Registered User
    Join Date
    09-11-2017
    Location
    Tampa, FL
    MS-Off Ver
    2010
    Posts
    1

    SUMIFS or SUMPRODUCT

    I have searched all over excel sites reading about SUMIF and SUMPRODUCT, can't find an answer to this...

    I want to sum multiple column pairs with a single criteria. I have a document with the budget amounts allocated for each budget year, where budget year is different for each grant.

    To be specific, for the year 2007, I must pull from each column pair where the money was allotted in 2007.
    Screen Shot 2017-09-11 at 2.07.12 PM.png

    The following formulas give me an ERROR!
    =SUMIFS(('D_Funding source document'!O:O,'D_Funding source document'!N:N, "2007")+('D_Funding source document'!R:R,'D_Funding source document'!Q:Q, "2007"))

    =SUMPRODUCT(('D_Funding source document'!N:N=2008,'D_Funding source document'!O:O)+('D_Funding source document'!Q:Q=2008,'D_Funding source document'!R:R))

    What do I need to do to sum multiple iterations of the same criteria for multiple column pairs?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMIFS or SUMPRODUCT

    You almost had it.

    This
    =SUMIFS(('D_Funding source document'!O:O,'D_Funding source document'!N:N, "2007")+('D_Funding source document'!R:R,'D_Funding source document'!Q:Q, "2007"))
    should be
    =SUMIFS(('D_Funding source document'!O:O,'D_Funding source document'!N:N, "2007")+SUMIFS('D_Funding source document'!R:R,'D_Funding source document'!Q:Q, "2007"))

+ 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] SUMIFS or SUMPRODUCT Help
    By QAGuy in forum Excel General
    Replies: 14
    Last Post: 03-17-2017, 02:06 PM
  2. Sumifs & sumproduct not calculating correctly in worksheet
    By Tieddyekid in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-04-2016, 12:50 AM
  3. What to use Sumifs or SumProduct???
    By vijanita in forum Excel General
    Replies: 3
    Last Post: 08-10-2015, 02:53 PM
  4. [SOLVED] Help with SUMIFS or SUMPRODUCT
    By Dan_Ludwig in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-24-2015, 09:35 AM
  5. [SOLVED] SUMIFS to SUMPRODUCT
    By plsm5882 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-31-2013, 05:30 PM
  6. [SOLVED] Sumifs ,or SUMPRODUCT
    By jamilm in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-11-2012, 06:20 PM
  7. Sumproduct/sumifs?
    By MjRmatt in forum Excel General
    Replies: 4
    Last Post: 07-30-2010, 08:09 AM

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