No, that only shows each recource with a tasks assigned in a list below.
Column 1 should be project tasks, Column 2 and up would show each resource by
name. The data in the table would be work as assigned to each resource.
Yes, that was already suggested and rejected by the poster.
He wants a two-dimensional tablme with tasks as onbe dimension and resources
as the other (so time is not a dimension whereas in Project it always is).
It can be done by a VBA procedure filling an Excel sheet.
No, I meant using VBA to copy the relevant data into Excel which has the
kind of two-dimensional tables you request. The Project objects part of such
a procedure is pretty straightforward but locating the right cell in Excel
makes it a bit longer to write.
HTH
Yes, that was already suggested and rejected by the poster.
He wants a two-dimensional tablme with tasks as onbe dimension and
resources as the other (so time is not a dimension whereas in Project
it always is). It can be done by a VBA procedure filling an Excel
sheet.
Only problem with using an Excel pivot table is the 256 column limitation on
a worksheet. The poster wanted to have resource names as column headings,
task names as row headings, and work assigned in the cell so defined. If
there are more than 256 resources, we run out of room.
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.