summary to = actual no. of days?
summary to = actual no. of days?
(OP)
I've been requested to show the duration in total days (not working days).
example:
the project starts on May 15 and ends on June 15
summary equals 20 days, but need it to show 30 days in the summary.
Is this possible in a summary bar?
example:
the project starts on May 15 and ends on June 15
summary equals 20 days, but need it to show 30 days in the summary.
Is this possible in a summary bar?





RE: summary to = actual no. of days?
ps. for now, I'll keep task in units of DAYS, and Duration in units of WEEKS (decimal weeks that is). It seems to be the only way to represent the actual elapsed days of durations.
RE: summary to = actual no. of days?
RE: summary to = actual no. of days?
First off, I would not recommend changing the working time for the project calendar, this could impact all the other task dates in your project.
Here is what I did:
1. Create a new calendar (Tools, Change Working Time, New, Rename to calendar1, make all Saturdays and Sundays Non-Default Working Time-Click on the entire column, OK)
2. Insert Duration1 field
3. Customize Duration1 - Use this formula, also enable formula for summary task.
4. Duration1 will now calculate the total days between start and finish.
Hope this helps!
J Black
www.pmconnection.com
PS: I truely believe there is an easier way, but could not find it!!!
RE: summary to = actual no. of days?
ProjDateDiff([Start],[Finish],"calendar1")