+ Reply to Thread
Results 1 to 5 of 5

Sumifs and return value only if greater than Zero

  1. #1
    Registered User
    Join Date
    12-04-2013
    Location
    nashville, tn
    MS-Off Ver
    Excel 2010
    Posts
    23

    Sumifs and return value only if greater than Zero

    Hope you can help!
    On the attached doc, on the summary tab in d13 I have a functioning formula. I'd like to add a criteria that tells it to only return the value if it is greater than zero. If it is NOT greater than zero, I'd like to just have a blank cell.

    Any help would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,649

    Re: Sumifs and return value only if greater than Zero

    Try in D13:
    Please Login or Register  to view this content.
    Drag down and across.
    Quang PT

  3. #3
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,919

    Re: Sumifs and return value only if greater than Zero

    File / Options / Advanced / Show a zero in cells that have zero value.

    This will leave the cells blank when the formula result is zero without the need to alter your current formulas.

    BSB

    EDIT: You can ignore this. I misread the OP. This approach would still show negative results but would work if the possible values were only zero or greater.
    Last edited by BadlySpelledBuoy; 12-26-2014 at 12:53 PM.

  4. #4
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Sumifs and return value only if greater than Zero

    In D13, enter =IF(SUMIF(INDIRECT(D$9&"!$C$12:$C$44",1),$B13,INDIRECT(D$9&"!$D$12:$D$44",1))>0,SUMIF(INDIRECT(D$9&"!$C$12:$C$44",1),$B13,INDIRECT(D$9&"!$D$12:$D$44",1)),"") drag it across and down

  5. #5
    Registered User
    Join Date
    12-04-2013
    Location
    nashville, tn
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Sumifs and return value only if greater than Zero

    Perfect! Thank you so much! That formula worked better than I expected!

+ 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 greater than or equal
    By telton in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-11-2013, 04:55 AM
  2. Sumifs Criteria, less than, greater than
    By telton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-07-2013, 10:27 AM
  3. [SOLVED] Sumifs() with a greater/less than criteria?
    By bauerbach in forum Excel General
    Replies: 3
    Last Post: 06-14-2012, 01:58 PM
  4. SUMIFS and return text?
    By ZeroGravity in forum Excel General
    Replies: 0
    Last Post: 12-13-2011, 11:35 AM
  5. SUMIFS Between dates that are greater than zero
    By stevencjones in forum Excel General
    Replies: 2
    Last Post: 12-31-2008, 10:50 AM

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