Cole --
Try this formula instead:
ProjDateDiff([Status Date],[Current Date])
Do know that the Status Date always carries the 5:00 PM time stamp and
the
Current Date always carries the 8:00 AM time stamp, even if you cannot
see
the time with the dates. Therefore is the Current Date is today and the
Status Date is yesterday, the formula will yield 0 days, when you would
expect 1 day. Because of how the dates carry the times with them and how
the formula calculates using this information, you may wish to add 1 day
to
the result of the formula, as follows:
ProjDateDiff([Status Date],[Current Date]) + 480
Hope this helps.
Cole said:
Did the formula below but with custom Duration still get ERROR, any
other
suggestions?
:
Cole --
You should use a custom Duration field for this formula.
--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
Denver, Colorado
http://www.msprojectexperts.com
"We wrote the book on Project Server"
I'm trying to build a formula in the Custom Field then Enterprise
Project
Date selection. I want to calculate the difference between the
Current
date
and Status Date and keep getting ERROR. My formula is ([Status
Date]-[Current
Date])/480, can someone please help???