Closed Thread
Results 1 to 5 of 5

Excel 2007 : SUM inside SUMIFS?

  1. #1
    Registered User
    Join Date
    12-21-2006
    Posts
    36

    SUM inside SUMIFS?

    Good morning,

    I have the following formula which works great:

    =SUMIFS('Late Details'!$AR:$AR,'Late Details'!$C:$C,$A$3,'Late Details'!$J:$J,$A$1,'Late Details'!$N:$N,$A54,'Late Details'!$AO:$AO,">0")

    The last criteria however that reads "Where Late Details, column AO is >0 needs to read
    "where the sum of column AO through AQ is >0.

    Tried to adjust formula to 'Late Details'!$AO:$AQ,">0") with no luck. I think I'm getting close with this one, no errors in this, but it is not giving me results.

    =IF(SUM($AO:$AU),">0")*SUMIFS('Late Details'!$AR:$AR,'Late Details'!$C:$C,$A$3,'Late Details'!$J:$J,$A$1,'Late Details'!$N:$N,$A60)

    Any ideas on what it is missing would be appreciated!

    Thanks,

    Toni

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: SUM inside SUMIFS?

    Your post does not comply with Rule 8 of our Forum RULES. Cross-posting is when you post the same question in other forums on the web. You'll find people are disinclined to respond to cross-posts because they may be wasting their time solving a problem that has been solved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser)to the cross-post. Expect cross-posts without a link to be closed a message will be posted by the moderator explaining why. We are here to help so help us help you!

    Read this to understand why we ask you to do this
    Audere est facere

  3. #3
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: SUM inside SUMIFS?

    Try using

    =SUMPRODUCT(('Late Details'!$C:$C=$A$3)*('Late Details'!$J:$J,$A$1='Late Details'!$N:$N)*($A54,'Late Details'!$AO:$AQ>0)*('Late Details'!$AR:$AR))

  4. #4
    Registered User
    Join Date
    12-21-2006
    Posts
    36

    Re: SUM inside SUMIFS?

    Thanks for the quick reply Bob, I will give it a try!

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: SUM inside SUMIFS?

    Thread closed as per rule 8 quoted below

Closed 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.6.0 RC 1