• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Work contour distribution

Jordi

New Member
I want to do an Excel file where I put a number of hours and according a early peak distribution or a Chi-cuadrado distribution put the number of hours according the number of days per month.
If I have 100 hours and 3 month to do it, the formula calculate the number of hours to spend per month according the distribution early peak or others.
It's possible to create the same distributions that in Ms Project exists in Excel?

Thanks in advance
 
Hello Jordi,
For hours in cell A1 and duration in B1, try in cell C1:
=IF(COLUMN(A1)>$B1,"---",($B1+1-COLUMN(A1))*($A1/(($B1/2)*(1+$B1))))

Copy to the right until you get "---"

Cheers,
Sajan.
 
Back
Top