... need formula...

J

jkazan

Hi

I need formula which calculate finish day.


I have start day and number of hours for task - how to calculat
automatically finish day??


Regard
 
J

Jim Aksel

As Andrew asked, why?
That said, do not confuse duration with work. The duration (days) of a task
depends on the amount of work (hours) and resources assigned. An 8 hour task
may be accomplished in 2 hours duration with 4 people assigned.

Work=Duration x Assignment Units

Once you have settled on a correct duration for the given number of work
hours, the formula below will return a finish date:

ProjDateAdd( [Start], [Duration], calendar )

You can read more about this in the help.
--
If this post was helpful, please consider rating it.

Jim Aksel, MVP

Check out my blog for more information:
http://www.msprojectblog.com
 

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.

Ask a Question

Top