+ Reply to Thread
Results 1 to 5 of 5

SUMIFS with multiple SUM and Criteria Ranges

  1. #1
    Registered User
    Join Date
    05-09-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    2

    SUMIFS with multiple SUM and Criteria Ranges

    Hi All,

    I've been looking for days to find a solution to this problem I and to be honest I am shocked no one else has posted it so I am either blind or this is so obvious that no one asks...

    Ill attach an excel file to demonstrate the data I have, What I need to do is based on Language, Grade and Week to give a result.

    So lets say in Sheet 2 I want to display the result for the following data: Language: English, Grade: A, Week:5

    Expected result is: 7

    Book1.xlsx

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: SUMIFS with multiple SUM and Criteria Ranges

    hi Xerxies, welcome to the forum. try:
    =SUMPRODUCT((A5:A16="English")*(C5:C16="A")*(E1:P1=5),E5:P16)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,289

    Re: SUMIFS with multiple SUM and Criteria Ranges

    =SUMPRODUCT((A5:A16=A5)*(C5:C16=C5)*(E1:P1=E1)*(E5:P16))
    A5, C5, E1 you can change to other cells
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  4. #4
    Registered User
    Join Date
    05-09-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: SUMIFS with multiple SUM and Criteria Ranges

    Many thanks guys, this formula works like a charm!

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

    Re: SUMIFS with multiple SUM and Criteria Ranges

    Or (of course) with an pivot table.

    See the attached file.
    Attached Files Attached Files
    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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