shellcarr1208 said:
I have a large project with several groups (outside contract group,
department A and department B) working on summary tasks. Is there a way to
split the groups into 3 separate columns (maybe by resource types) on the
Gantt Chart view and keeping the structure of the project.
shellcarr1208,
The first thing that bothers me is that you say you have resources
working on summary tasks. If I take that literally, that means you have
assigned resources to summary lines and summary lines are NOT tasks.
There are a very few instances where summary line resource assignments
are appropriate but for the vast majority (99.9%) of project plans,
resources should only be assigned to performance tasks, that is, tasks
that actually have work content and are described by action verbs (i.e.
something is physically done).
Then you mention resource types. In Project there are two resource types
- work and material. Work is most often used as the resource type for
labor resources and material for non-labor resources.
Perhaps what you really mean is you have 3 resource categories -
contractors, department A, and department B. If you have created these
three general categories on the Resource Sheet, then they will show up
in various ways depending on which view you are using. For example, in
the the Gantt Chart view, all three will appear in the Resource Names
field. In either Usage view, (Resource or Task), each resource category
will show up on its own row. If you want to have them show up as
individual columns on a task view (e.g. Gantt Chart), you will need to
designate 3 spare text fields and then customize them with a formula. In
each of those fields the formula will strip out each individual category
from the resource names string. The Mid and Instr functions are probably
the best way to do that.
One other thought. You mentioned a "contract group". In many cases
contract labor is actually fixed cost. A contractor will bid a task or
group of tasks for a given amount of money. You pay that amount
regardless of how many hours the contractor spends on those tasks. In
that case, contract labor isn't really a resource but it more like fixed
material. The contractor can be identified as such on the Resource Sheet
with zero unit cost, particularly if you want the contractor to show up
in the Resource Names field, but in most cases the contractor cost is
simply entered in the Fixed Cost field.
Hope this helps.
John
Project MVP