+ Reply to Thread
Results 1 to 6 of 6

SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    No, Thanks
    MS-Off Ver
    MS 2010
    Posts
    14

    Post SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result

    Hello,

    Long time reader, first time poster.

    I have an issue wherein I have to sum extremely large amounts of data and dis-aggregate it to summary form.

    I've been successfully doing it with adding several SUMIFS functions together (see attached), but the workbook is very cumbersome and takes 2-3 minutes to update.

    Please help me streamline this!

    Thanks,

    Alex
    Attached Files Attached Files

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

    Re: SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result

    hi Alex, try not to reference the whole column perhaps?

    =SUMPRODUCT(($D$2:$D$26)*($C$2:$C$26=L$1)*($A$2:$A$26=L$2)*($B$2:$B$26=$J3)*(($F$2:$F$26=$K3)+($G$2:$G$26=$K3)+($H$2:$H$26=$K3)))

    have a read on Tables & OFFSET formulas if you need to have a dynamic range.

    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
    Registered User
    Join Date
    04-17-2012
    Location
    No, Thanks
    MS-Off Ver
    MS 2010
    Posts
    14

    Re: SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result

    benishiryo,

    Thanks for your suggestion. I implemented it, and while it does return valid results, it is not any faster than the combined SUMIFS functions. It may even be slower, I think.

  4. #4
    Registered User
    Join Date
    04-17-2012
    Location
    No, Thanks
    MS-Off Ver
    MS 2010
    Posts
    14

    Re: SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result

    Bump for justice.

    My issue remains unresolved, and I've tried several different workarounds now.

  5. #5
    Registered User
    Join Date
    04-17-2012
    Location
    No, Thanks
    MS-Off Ver
    MS 2010
    Posts
    14

    Re: SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result

    Still unresolved - bump!

  6. #6
    Valued Forum Contributor
    Join Date
    07-29-2009
    Location
    Belgium
    MS-Off Ver
    Excel 2003/Excel 2010
    Posts
    534

    Re: SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result

    In your sample, try this macro in the Sheet1 module:
    Please Login or Register  to view this content.

+ 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