MS project custom fields

J

Joe

Something is odd when I use the optional duration field.
I get 0.07d

But, your formula works if you use an optional numeric
field. Number5=Date5-Date4 = 32

If you only want working days (based on your calendar) try
the ProjDateDiff funtion.

ProjDateDiff(date4,date5,calendar).

Calendar is optional. returns duration in minutes, divide
your minutes per day to get days.


ProjDateDiff([Date4],[Date5])/(8*60) = 22

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top