Use NETWORKDAYS with 4 how-to topics, all available without membership, and jump to each topic from the How-to Index.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the NETWORKDAYS function | Free |
| 2 | 2. Fill in arguments with the syntax prompt | Free |
| 3 | 3. Add a holidays range to the formula | Free |
| 4 | 4. Use cross-sheet references and nested formulas | Free |
How-to Guide
1. Enter the NETWORKDAYS function
Entry point: Formulas tab → Formula bar
- Open WPS Spreadsheet and select the cell where you want to show the result.
- Type
=in the cell or formula bar. - Continue by typing
NETWORKDAYS(. - Check whether the function name and argument prompt appear.
Success Criteria
- Interface result: The cell enters formula input mode and shows
NETWORKDAYS(. - Next action available: You can continue entering the start date, end date, and optional holidays argument.
Tips While Using
- Common mistake: If you do not type
=first, the content may be treated as plain text.
2. Fill in arguments with the syntax prompt
Entry point: Formula bar after selecting the target cell
- After
NETWORKDAYS(, enter the start date argument first. - Type a separator and then enter the end date argument.
- Check the argument order and format with the syntax prompt.
- Press Enter to confirm the formula.
Success Criteria
- Interface result: The cell shows a calculated result instead of plain formula text.
- Next action available: You can select the cell again to review or edit the formula.
Tips While Using
- Common mistake: Missing a closing parenthesis or separator can cause a formula error.
3. Add a holidays range to the formula
Entry point: Formula bar
- Enter
=NETWORKDAYS(start_date,end_date,holidays_range). - Set the holidays range to a cell range that contains holiday dates.
- Press Enter to confirm.
- Check whether the result excludes the specified holidays.
Success Criteria
- Interface result: The result changes compared with the version that does not include a holidays argument.
- Next action available: When you update the holidays range, the result updates as well.
Tips While Using
- Common mistake: If the holidays range contains non-date content, the result may not match expectations.
4. Use cross-sheet references and nested formulas
Entry point: Formula bar
- Enter a NETWORKDAYS formula in the current worksheet.
- Reference the start date or end date from cells in another worksheet.
- If needed, nest the NETWORKDAYS result inside another formula.
- Change the referenced data and check whether the result recalculates automatically.
Success Criteria
- Interface result: Cross-sheet references work normally, and the result updates when source data changes.
- Next action available: You can copy the formula or extend it to more cells.
Tips While Using
- Common mistake: If a referenced cell does not contain a valid date, the result may return an error value.