+ Reply to Thread
Results 1 to 6 of 6

SUMIFS to SUMPRODUCT

  1. #1
    Registered User
    Join Date
    01-30-2013
    Location
    Essex, England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Question SUMIFS to SUMPRODUCT

    Hi, I need this formula converted into an Excel 2003 friendly formula: SUMIFS(Income!$P:$P,Income!$E:$E,$Q$6:$Q$70,Income!$C:$C,$R$5)

    I assume SUMPRODUCT will do it? Something like: SUMPRODUCT((Income!$P:$P)*(Income!$E:$E=$Q$6:$Q$70)*(Income!$C:$C=$R$5))

    But that SUMPRODUCT gives me a #VALUE!.

    Income!$P:$P = column of amounts
    Income!$E:$E = column of peoples names
    $Q$6:$Q$70 = column of peoples names
    Income!$C:$C = column of status (Invoiced or Paid)
    $R$5 = Paid

    I would appreciate a little help please.

    Thanks

    Peter

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMIFS to SUMPRODUCT

    Please Login or Register  to view this content.

    The range of all data need to be the same.

    e.g.

    Please Login or Register  to view this content.

    See that i added 20 and 200 in the reange.

    Tip: You better not use the whole column as range.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: SUMIFS to SUMPRODUCT

    Restrict range to exclude non-data and do not specify entire columns as range. Also ensure, the ranges are consistent across columns
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    01-30-2013
    Location
    Essex, England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: SUMIFS to SUMPRODUCT

    Thanks for your response.

    I need to use the whole column as range and your second argument (Income!$E20:$E200=$Q$6) doesn't do what I need unfortunately. I need to look at a whole column and see where in another whole column names match, then get the amounts where the names match and add them up.

    Maybe SUMPRODUCT is not the right formula?

  5. #5
    Registered User
    Join Date
    01-30-2013
    Location
    Essex, England
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: SUMIFS to SUMPRODUCT

    Actually I was entirely wrong and you were right! Thanks a lot.

    SUMPRODUCT((Income!$P3:$P1000)*(Income!$E3:$E1000=$Q6)*(Income!$C3:$C1000=$R$5))

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMIFS to SUMPRODUCT

    Thanks for the reply.

    Glad i could hep.

    If your question is solved, will you mark it as solved.

+ 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