Hello again.
I have a problem.
If I create subtasks, then my formula doesn't work. It shows 0 and,
once the subtask finishes, the remaining tasks amount of time isn't
sum.
Do anyone know how to fix this?
Thanks in advance.
"John" <
[email protected]> escribió en el mensaje
Hello John.
I'll try what you've said, but I could make what I wanted using
the
following formula:
ProjDateDiff([Comienzo del proyecto];[Fin]) & "'"
Regards.
Fambrius,
OK, whatever works best for you.
John
"John" <
[email protected]> escribió en el mensaje
Hello John.
Thanks for the explanation
In that case, I would like to sum the time working (only one
resource
will
execute each task).
After knowing how to sum the time working, I'll try to sum only
the time
spent by each resource.
An example will be better:
1. Switch on servers - Peter - 10 minutes - 10 minutes
2. Execute software - Peter - 20 minutes - 30 minutes
3. Switch on firewall and router - George - 15 minutes - 15
minutes
4. Enter new routing - George - 10 minutes - 25 minutes
5. Download DB - Peter - 30 minutes - 60 minutes
Columns:
1º) Task number
2º) Task
3º) Resource
4º) Working time
5º) Sum of working time for that resource
Thanks in advance.
Fambrius,
Take a look at either the Resource Usage or Task Usage views.
The Task
Usage view will probably be best for showing what you want. If
you
display the Work field as a column in the tabular data on the
left, it
will be the sum of working time for each assignment (i.e.
resource),
whereas the timescale data on the right will show working time
for each
assignment broken down by time increments.
Hope this helps.
John
Project MVP
"John" <
[email protected]> escribió en el mensaje
Hello.
I want to do the following: I want to create a column which
shows me
how
much time has a resource devoted to the tastks.
Each row make a sum of the duration of the precedent tasks
but not
including
the duration of the remaining tastks (the remaining rows).
I don't know how can I create a formula which sums the
precedent
values
of
the duration fields.
Anyone can help me?
Thanks in advance.
Fambrius,
Duration and how much time a resource spends on a task are
two
completely different things. Duration is simply the time
during which a
task is performed. It is the difference in working time
between the
start and finish. Work on the other hand is the actual effort
one or
more resources spends completing the task. If a single
resource works
full time on a task, then and only then will the work equal
the
duration. However this is rarely the case since tasks are
often worked
by more than one resource or even if worked by a single
resource, that
resource may not work on it full time.
Now, given that distinction, what exactly are you trying to
do?
John
Project MVP