Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am creating a list to determine how long it is taking to review a document. I have a column named Due Date and a Column named Review Complete.

I want to calculate the difference between the two. The DATEDIF function works but only if the end result is a positive value.

I want to also know when someone creates the review early but this then creates a negative number. The negative value on the list is displayed as #NUM!.

I need to know what the negative value is to run metrics.

How do I write the calculated formula to show me negative numbers. =DATEDIF(Due-Review Complete),"D").

share|improve this question

migrated from stackoverflow.com Aug 21 '12 at 23:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.