|  

» Eliminating Negative Values from Date Subtractions

Problem:

Creating a formula to return the number of days between each date in column A and the corresponding deadline in column B.
In cases where the date in column A is later than the deadline, the formula is to return zero rather than a negative number of days.

Solution:

Use the MAX function as shown in the following formula:
=MAX(B2-A2,0)


Rate This Tip
12 34 5
Rating: 4.00     Views: 14874
No comments have been submitted.
Name
Comment Title
Comments