Use the NETWORKDAYS function through 3 how-to topics, all available without membership; choose a topic from the index to enter the formula, review the syntax, or check the arguments.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter NETWORKDAYS from the Insert Function dialog box | Free |
| 2 | 2. Type the NETWORKDAYS formula directly in a cell | Free |
| 3 | 3. View the NETWORKDAYS syntax and argument details | Free |
How-to Guide
1. Enter NETWORKDAYS from the Insert Function dialog box
Entry path: Formula tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the
fxbutton in the formula bar, or clickInsert Functionon the Formula tab. - Search for
NETWORKDAYSin the Insert Function dialog box. - Select the function and click
OK. - Enter each argument in the Function Arguments dialog box.
- Click
OKto finish inserting the function.
Success Criteria
- The selected cell now contains the NETWORKDAYS function.
- You can see fields for the start date, end date, and optional holiday argument.
- After confirmation, the cell returns a calculation result.
Tips While Using
- Use the English function name
NETWORKDAYSwhen searching.- Date arguments should be valid date values or valid date references.
- The holiday argument is optional and can refer to a holiday date range.
2. Type the NETWORKDAYS formula directly in a cell
Entry path: Cell → Formula bar
- Select the target cell.
- Type
=NETWORKDAYS(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review the function arguments, type
=NETWORKDAYS(and pressF1to view syntax help.
Success Criteria
- The formula is entered in the target cell.
- Pressing Enter returns the working-day result.
- You can continue editing the references in the formula bar.
Tips While Using
- Separate arguments with English commas.
- If the result looks incorrect, check whether the date cells are stored as text.
- When filling the formula across cells, review relative and absolute references.
3. View the NETWORKDAYS syntax and argument details
Entry path: Formula tab → Insert Function
- Click
Insert Functionon the Formula tab. - Enter
NETWORKDAYSin the search box. - Select the function to view the syntax:
NETWORKDAYS(start_date, end_date, [holidays]). - Click the help link for the function to review more details.
Success Criteria
- You can see the full syntax structure of NETWORKDAYS.
- You can distinguish required arguments from the optional argument.
- You can continue entering the function with the argument guidance.
Tips While Using
start_dateandend_dateare required arguments.[holidays]is optional and is used to exclude additional non-working dates.- Reviewing the argument details before filling the formula across a sheet can reduce input errors.