Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to use the WORKDAY function to calculate workdays in Excel

A worksheet is used to schedule a project. The project contains the start date and five major steps. Each step takes an estimated number of days to accomplish. To determine the correct end date, weekends and additional days off have to be taken into consideration.
To perform this task, use the WORKDAY function from the Analysis ToolPak add-in. This function returns a date that is the indicated number of workdays before or after a date. Workdays exclude weekends and any dates identified as holidays. The syntax is as follows:
WORKDAY(start_date, days, holidays)
start_date: The start date.
days: The total number of available days, not counting weekends and holidays, before or after start_date. Both positive and negative values are acceptable.
holidays: (optional) One or more dates that are to be excluded
from the work schedule.

To determine the end date of a project:

  1. In cell C2, enter the start date of the project.
  2. In column B enter the estimated days to finish each step.
  3. In cell D2 type the following formula: =WORKDAY(C3,B3,$F$2:$F$8).
  4. In cells F1:F8 additional holidays can be listed individually.
  5. In cell C3 type the formula =D2+1.
  6. Fill cells C3 and D2 down to C6 and D6.

How to use the WORKDAY function to calculate workdays in Excel

How to use the WORKDAY function to calculate workdays in Excel
  1. Use the NETWORKDAYS function to determine number of workdays
  2. How to Use the DATEDIF function to calculate the ages of employees
  3. How to Use the YEARFRAC function to calculate employees ages
  4. Use the DAYS360 function to calculate with a 360-day year
  5. How to Use the EDATE function to calculate months in Excel

Leave a Reply