Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to Calculate the number of employees needed for a project

We were asked by one of our clients to develop a workbook that can calculate the number of employees needed for a construction project. In our example. we did this by entering the available time (60 days) for the project in cell A2. In Cell B2, we enter the number of working hours per day (6). Cell C2 will display the current number of employees. With this layout, we can calculate how many employees are needed to reduce the project duration or change the number of daily working hours of the employees. This will work in Excel 97, 2000, 2003 and 2007.

How To calculate the desired number of employees:

  1. You can experiment by changing the number of desired days in column A and daily working hours in column B.
  2. Select cell E2 and insert the formula =A2*B2*C2 to calculate the total working hours of the project.
  3. Select cells C4:C10 and type the following formula: =ROUNDUP(C$2*A$2*B$2/(A4*B4),0).
  4. Press CTRL+Enter.
  5. Select cells E4:E10 and type the following formula: =A4*B4*C4.
  6. Press CTRL+Enter

How to Calculate the number of employees needed for a project

How to Calculate the number of employees needed for a project
  1. How to Use the DATEDIF function to calculate the ages of employees
  2. How to Use the YEARFRAC function to calculate employees ages
  3. Use the SUMPRODUCT function to multiply and sum at once
  4. How to Use the HOUR function to calculate with 100-minute hours
  5. How to Convert from hours to minutes in Excel

Leave a Reply