Converting duration into effort?

Options
Tony Platts
Tony Platts ✭✭✭✭✭

Our project managers create plans as part of our pre-sales process. We add in the tasks, duration and the %age allocation.

We then need to calculate the amount of hours so that they can be included, as an estimate, in the Statement of Work provided to the customer.

How can I get a list of expected effort on a project?

So far I have added a column that says =IF([% Allocation]@row > 0, Duration@row * 8 * [% Allocation]@row)

In theory, this works, and I was surprised it even works when I change duration to weeks or hours instead of days. However, what it does not account for is the number of people involved in the task. If a task takes one person one day for 100% allocation the figure needs to be 8 hours. If the task takes 3 people, it needs to increase to 24 hours.

This is simple in any other software. Can you tell me how I get this value please?

Best Answer

Answers