Display days until a milestone in MS Project

D

DaveC

How do I capture the number of days remaining before a milestone in MS
Project. Ideally, I would like to look at the Gantt view and see my
milestone with the date displayed AND the days remaining from current date.
 
J

Jack Dahlgren

Insert a text field and create a custom formula for it.

I'd suggest the following formula:

projdatediff(Date(),[Finish])/[Minutes Per Day]

To do this:

Insert the text field you want.
Rightclick the column header and choose customize
click the formula button
paste in the formula
click OK until you are back at the main screen

-Jack Dahlgren
 
D

DaveC

Thanks Jack!! I wanted to capture the total calender days remaining, so I
ended up using the following:

DateDiff("d",Date(),[Finish])

The projectdatediff() function removed non working days from the total.

Thanks for pointing me in the right direction.
-Dave

Jack Dahlgren said:
Insert a text field and create a custom formula for it.

I'd suggest the following formula:

projdatediff(Date(),[Finish])/[Minutes Per Day]

To do this:

Insert the text field you want.
Rightclick the column header and choose customize
click the formula button
paste in the formula
click OK until you are back at the main screen

-Jack Dahlgren



DaveC said:
How do I capture the number of days remaining before a milestone in MS
Project. Ideally, I would like to look at the Gantt view and see my
milestone with the date displayed AND the days remaining from current
date.
 

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