+ Reply to Thread
Results 1 to 3 of 3

SUMIFS with multiple criteria evaluated against array?

  1. #1
    Registered User
    Join Date
    12-02-2012
    Location
    Norway
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    6

    SUMIFS with multiple criteria evaluated against array?

    Hi guys

    Trying to get a "twist" on my calculations here. I have large documents to use on a daily basis, and need to fetch a lot of different sums based on multiple criteria. Most of them are no-brainers, but the last one I'd like to sum based on all the "standard" criterias, but also check if a value in a specific row matches one of the values in a different array.

    I've added a document here as an example, but the live data would contain a lot more data (2000+ rows, and "special products" would be 40-50 values). All data is collected in one sheet, the array of special products in a different sheet and all my calculations are done in a third sheet, so any answers will need to work across sheets of course.

    Basically what I need is the formula for K3, K4 and K5 in the attached document. I've put in a dummy-explanation in L3, the trick is the last criteria. Goal is to get the total SUM (D-column) from a given Org, to a given Customer type, only from the products listed in H10:H11. As mentioned, this would be an array of 40-50 products in a specific column on a different sheet.

    Any takers?

    sumifsarray.xlsx

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: SUMIFS with multiple criteria evaluated against array?

    tRY:

    =SUMPRODUCT(SUMIFS(D:D,C:C,"Consumer",A:A,H3,B:B,$H$10:$H$11))

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    12-02-2012
    Location
    Norway
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    6

    Re: SUMIFS with multiple criteria evaluated against array?

    Of course... Thanks!

    I have one more which is more tricky, I'll put that in a new thread.

+ 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 to match array of Criteria
    By amazinglazers in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-19-2013, 06:25 AM
  2. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  3. Help using a list/array as criteria in SUM(SUMIFS())
    By jaredmason in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-15-2012, 08:20 PM
  4. [SOLVED] Summarising multiple entries in an Array - Help with SUMIFS
    By JungleJme in forum Excel General
    Replies: 2
    Last Post: 03-27-2012, 09:07 AM
  5. Replies: 1
    Last Post: 05-16-2011, 05:00 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