+ Reply to Thread
Results 1 to 6 of 6

Thread: sumifs criteria

  1. #1
    Registered User
    Join Date
    10-18-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    14

    sumifs criteria

    Hello All

    Is it possible to sum a range of criteria using SUMIFS?

    Many Thanks.

  2. #2
    Forum Guru Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    5,590

    Re: sumifs criteria

    Try this, but why?

    =SUMIFS(A1:A16,A1:A16,"<>0")

    Hope this helps
    If you need any more information, please feel free to ask.

    However, if this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
    Also
    If you are satisfied by any members response to your problem please consider using the small Star icon botom left of thier post to show your appreciation.

  3. #3
    Registered User
    Join Date
    10-18-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: sumifs criteria

    I am trying to sum all of these

    =SUMIFS('Data Table'!S$7:S$200,'Data Table'!$D$7:$D$200,"{3050,3100,3150,3250,3300,3350,3360,3400}",'Data Table'!$C$7:$C$200,"{52510,52518,52519}",'Data Table'!$A$7:$A$200,"""FNE")

  4. #4
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: sumifs criteria

    Try the below - note array entry required

    =SUM(SUMIFS('Data Table'!S$7:S$200,'Data Table'!$D$7:$D$200,{3050,3100,3150,3250,3300,3350,3360,3400},'Data Table'!$C$7:$C$200,TRANSPOSE({52510,52518,52519}),'Data Table'!$A$7:$A$200,"FNE"))
    confirmed with CTRL + SHIFT + ENTER (enter alone will not suffice)

  5. #5
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,057

    Re: sumifs criteria

    If you are "hard coding" the criteria values into the formula you could avoid TRANSPOSE by just using ; separators in the second array constant, i.e.

    =SUM(SUMIFS('Data Table'!S$7:S$200,'Data Table'!$D$7:$D$200,{3050,3100,3150,3250,3300,3350,3360,3400},'Data Table'!$C$7:$C$200,{52510;52518;52519},'Data Table'!$A$7:$A$200,"FNE"))
    Audere est facere

  6. #6
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: sumifs criteria

    Why do I never think of these things at the time...
    (no need to answer!)

+ 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.2.0