Results 1 to 3 of 3

Thread: SUM Value With Multiple Criteria In Same Column

  1. #1
    Junior Member
    Join Date
    May 2012
    Posts
    2
    Rep Power
    0

    SUM Value With Multiple Criteria In Same Column

    Hello - would I be able to get some help with a SUMIFS problem? Please see attached. I have multiple criteria I need to add to the SUMIFS formula on Master Output tab adding up to one sum in cell C2 (i.e. there's a 6262, but I need 6270, 6277, etc from column E on 09 Data tab), but I want to have them all in one formula. I believe I need to enter an INDEX (MATCH) formula in there somewhere but not the slightest idea where and I've hit a roadblock. Please advise.

    Thanks,
    Mark

    SUMIFS HELP.xlsx

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi Mark,

    Welcome to ExcelFox !!!

    Try

    =SUMPRODUCT(--('09 Data'!$C$2:$C$16=A2),--('09 Data'!$F$2:$F$16="31"),--ISNUMBER(MATCH(LEFT('09 Data'!$A$2:$A$16,4),{"6262","6270","6277"},0)),'09 Data'!$D$2:$D$16)

    adjust the range accordingly.

    HTH
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  3. #3
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    Hi Mark,

    Welcome to ExcelFox community.

    Don't understand what you intend to achieve. If you take out ,'09 Data'!E:E,"6262" from the formula you have already used, wouldn't it give for all values of column E (ie, 6262,6270,6277)
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Replies: 3
    Last Post: 05-23-2013, 11:17 PM
  2. Sum values based on multiple criteria
    By Jorrg1 in forum Excel Help
    Replies: 8
    Last Post: 01-07-2013, 03:04 PM
  3. Replies: 4
    Last Post: 08-11-2012, 10:50 PM
  4. Sum values based on multiple criteria
    By vmath in forum Excel Help
    Replies: 1
    Last Post: 05-07-2012, 08:53 AM
  5. SUM with Multiple Criteria
    By candygirl in forum Excel Help
    Replies: 5
    Last Post: 12-11-2011, 03:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •