Hello Greg,
You could use either a text field (Text1, Text2 for example) or a
spare number field (Number1, Number2, etc.) for the formula. I
like
the Text field formula below because I append the word "days" to
show
the calculation is in days.
For a text field use the formula:
DateDiff("d",[Finish],[Deadline]) & " days"
For a number field use the formula:
DateDiff("d",[Finish],[Deadline])
I hope this helps. Let us know how you get along.
Julie
Project MVP
Visit
http://project.mvps.org/ for the FAQs and additional
information
about Microsoft Project
I'm trying to calculate the difference between finish date and
deadline.
What field name (Number1) or type should I use? in the
customize
fields
formula, can I use [deadline]-[finish]?