The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

WORKDAY - The function returns a date before or after the start date of a specified number of working days. Weekends and public holidays do not count toward business days. Syntax: WORKDAY (start_date, days, [holidays])

The following article introduces you to the WORKDAY function - one of the functions in the date and time group function is very popular in Excel.

Picture 1 of The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

Description: The function returns a date before or after the start date of a specified number of working days. Weekends and public holidays do not count toward business days.

Syntax: WORKDAY (start_date, days, [holidays])

Inside:

- start_date: The start date, is a required parameter.

- days: A day not in the weekend and holidays before or after start_date, is a required parameter.

+ days> 0 -> number of days generated in the future.

+ days <0 -> number of days created in the past.

- holidays: Days to be excluded from working days which are not on public holidays.

Attention:

- Excel stores dates as sequential serial numbers to facilitate the calculation process.

- Any one of the arguments is invalid -> the function returns the #VALUE! Error value

- If start_date + days value creates an invalid date -> the function returns the #NUM! Error value

- If days is a decimal, it is truncated to an integer.

For example:

Calculate the days after the working day a specified number of days for the following jobs:

Picture 2 of The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

- In the cell to calculate, enter the formula: = WORKDAY (F7, G7, H7).

Picture 3 of The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

- Press Enter -> return value is:

Picture 4 of The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

- Similarly copying the formula for the remaining value results:

Picture 5 of The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

- Where the number of holidays is greater than 1 enter the formula: = WORKDAY (F9, G9, H9: H10).

Picture 6 of The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

- Press Enter -> return value is:

Picture 7 of The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel

Above are instructions and some specific examples when using the WORKDAY function .

Good luck!

You've just finished reading the article "The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel" edited by the TipsMake team. You can save the-workday-function-the-function-returns-a-date-before-or-after-the-start-date-of-a-number-of-working-days-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : The WORKDAY.INTL...
WEEKNUM function -... : NEXT »