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.
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)
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks