Julie and Jim,
I followed this post because I am trying to write a plan with
generic
timelines as well, not revealing the calander dates. I'm
surprised Project
does not have the ability to select a generic calander.
Anyway, the tips provided below work great except for on the
summary task.
The working duration shows up but the start day # and end day #
do
not roll
up. Instead they show Day 0 and Day 0 for every summary task.
My generic
schedule would really be useful if I could show that a summary
of
tasks
starts on calendar day xx and finishes on calendar day yy.
:
Hi Jim,
Just to clarify, macros are not required in this instance.
The
following formula in a text field will show "D + number of
days
since Project start"
"D + " & DateDiff("d",[Project Start],[Start])
Although you cannot usually refer to anything other than the
current
task information in a formula, the reference to [Project
Start]
does
work.
Julie
message
To follow up on Julie's comment, you can use custom Date
fields
such as Date1
and Date2 along with the DateDiff forumula.
If you want Date1 to show start date as D+10 then you woud
use
the
DateDiff
function with [Start] and [Project Start Date].
Since formulas only work "on the row you are in" it will be
necessary to
write a macro to do this using VBA.
--
If this post was helpful, please consider rating it.
Jim Aksel, MVP
Check out my blog for more information:
http://www.msprojectblog.com
:
I want to set up a project schedule that is not related to
a
calendar.
Project is to start on D-day and tasks will start on dates
counted from D-day
like D+10 which would be 10 days from the start date, or
D+100
for 100 days
past start date.