+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Stop a SUM formula from returning negative numbers

  1. #1
    Registered User
    Join Date
    08-25-2010
    Location
    Lake Elsinore, CA
    MS-Off Ver
    Word, Excel, PowerPoint, Outlook, 2007
    Posts
    2

    Stop a SUM formula from returning negative numbers

    Hi, I have a simple SUM function in place to determine the number of days it takes to complete something (payment of expenses). The problem is that if the expense hasn’t yet been paid, the value returned is a large negative number. Is there a way I can change the formula so that rather than displaying negative numbers, it simply displays a zero? Or better yet, rather than displaying negative numbers is populates the cell with something like: In Process?

    Thanks!
    Last edited by NBVC; 08-25-2010 at 01:46 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Stop a SUM formula from returning negative numbers

    Try either:

    =MAX(0,your formula)

    or

    =If(your formula<0,"In Process",your formula)


    replace your formula with your actual formula (without initial = sign)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-25-2010
    Location
    Lake Elsinore, CA
    MS-Off Ver
    Word, Excel, PowerPoint, Outlook, 2007
    Posts
    2

    Smile Re: Stop a SUM formula from returning negative numbers

    Thanks! I used the "In Process" suggestion and it worked wonderfully!
    Last edited by shg; 08-25-2010 at 01:27 PM. Reason: deleted quote

+ 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