E
EarlePearce
If we were getting paid by the number of bricks set, it's conceivable that
the first 50% of the bricks might be set in 30% of the time for all bricks.
So how do we know when we hit 50%?
We don't do bricks but our projects usually have a large disconnect between
hours and % done. So we added columns for the PM to enter "% Done".
However, not all tasks contribute equally to the summary task, so we also
added a column for the % value of the task to summary and one to show the net
value of % Done * % Value.
Well, not all summary tasks are equal to the next level, so.... now I have 5
columns which only deal with rollup for the bottom 2 levels. Currently this
project has 4 levels but may gain more once we get into it.
I want to get % 'really' done at each level, including the project itself.
I am accomplished writing VBA for Access and started writing for Project but
got tangled and question if this is the right approach. Should I be looking
at the row level or should I approach it as a function rolling up the entire
project when called?
I know this is your chance to sell me a book and I'll buy, but which one is
geared to this level of complexity? Of course I'll accept all the help you
give.
Earle
the first 50% of the bricks might be set in 30% of the time for all bricks.
So how do we know when we hit 50%?
We don't do bricks but our projects usually have a large disconnect between
hours and % done. So we added columns for the PM to enter "% Done".
However, not all tasks contribute equally to the summary task, so we also
added a column for the % value of the task to summary and one to show the net
value of % Done * % Value.
Well, not all summary tasks are equal to the next level, so.... now I have 5
columns which only deal with rollup for the bottom 2 levels. Currently this
project has 4 levels but may gain more once we get into it.
I want to get % 'really' done at each level, including the project itself.
I am accomplished writing VBA for Access and started writing for Project but
got tangled and question if this is the right approach. Should I be looking
at the row level or should I approach it as a function rolling up the entire
project when called?
I know this is your chance to sell me a book and I'll buy, but which one is
geared to this level of complexity? Of course I'll accept all the help you
give.
Earle