How to use the WORKDAY function in Microsoft Excel
Business days do not include weekends or any day defined as a holiday. People can use the WORKDAY function to calculate an invoice due date, expected delivery time, or the number of days the job is done.
What is the formula and syntax for the WORKDAY function in Excel?
The formula for the WORKDAY function is:
WORKDAY(start_date, days, [holidays])
The syntax for the WORKDAY function is explained as follows:
- Start_date: Start date. This is a required parameter.
- Days: The number of days other than weekends or public holidays before or after the start date. This is also a required parameter.
- Holidays: Days to exclude from the work schedule, such as national holidays.
How to use the WORKDAY function in Excel
To use the WORKDAY function in Excel, follow the steps below:
Launch Microsoft Excel.
Create a table or use an existing one.
First, we will calculate the first date in the table using the start_date and days only syntax .
Enter the formula =WORKDAY(A2, B2) in the cell where you want to put the result.
Then press the Enter key on the keyboard to see the results.
For the Monday in the table, for example want to exclude the next week's holiday from the working day.
So type =WORKDAY(A3, B3, F2) in the cell.
Then press Enter.
Other ways to use the WORKDAY function in Excel
There are two other methods to use the WORKDAY function in Excel.
The first method is to click the fx button at the top left of the Excel sheet.
The Insert Function dialog box will appear.
Inside the dialog box, section Select a Category , select Date and Time from the list box.
In the Select a Function section , select the WORKDAY function from the list.
Then click OK.
The Function Arguments dialog box opens.
In the Start_date section , type in cell A3.
In the Days section , enter B3 in the box.
In the Holidays section , enter F2 in the box.
Then click OK to see the results.
Another method is to click the Formulas tab and click the Date and Time button in the Function Library group .
In the list, select WORKDAY.
The Function Arguments dialog box will appear.
Follow the steps in method one for Function Arguments.
Hope you are succesful.
You should read it
- Basic Excel functions that anyone must know
- How to use the SUM function to calculate totals in Excel
- How to use Hlookup function on Excel
- Save time with these text formatting functions in Microsoft Excel
- How to use the LEN function in Excel
- How to use the WRAPROWS function in Excel
- How to use the NPER function in Excel to plan loans and savings
- How to use COUNTIF function on Excel
May be interested
- SUMPRODUCT function in Excel: Calculates the sum of corresponding valuesthe sumproduct function is an extremely useful function when you have to deal with a lot of data numbers in microsoft excel. here are the things you need to know about the sumproduct function in excel.
- How to use the FILTER function in Excelif you regularly work with data sets in excel, you know how important it is to be able to quickly find the information you need.
- How to use Hlookup function on Excelhlookup function basically also has the function syntax and features like vlookup function, which is to help users find data in excel table, with the conditions or given information. here is the guide for using the hlookup function in detail.
- How to use the SUM function to calculate totals in Excelsum is a popular and very useful excel function, and is also a basic arithmetic function. as its name suggests, the sum function is used to calculate totals in excel. and the parameters can be single parameters or ranges of cells. in this article, tipsmake.com will guide you to use the sum function to calculate the sum in excel, the common errors when calculating sum by sum and how to fix it.
- Difference between function and formula in Excelone of the core features of excel is the ability to perform calculations using functions and formulas. although these terms are often used interchangeably, they have distinct meanings.
- How to use the LEN function in Excelthe len function in excel is used to measure the length of a certain string of characters, including spaces and correctly return the total character for the user.
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- SUM function in Excel: How to use SUM to calculate totals in Excel - SUM function in Excelthe sum function in excel is quite commonly used. below are details on how to calculate the sum function and related issues in microsoft excel.
- How to use ISEVEN and ISODD functions in Excelidentifying even and odd numbers may be easy in small groups of data, but with large amounts of data it is different. luckily, excel provides two built-in functions, iseven and isodd, to simplify this task.
- How to use COUNTIF function on Excelthe countif function on excel is the cell count function to satisfy the given condition, often used in statistics tables.