This how-to guide includes 4 operation topics, all available without membership, so you can jump from the index to the exact task you need.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter a basic NETWORKDAYS.INTL formula | Free |
| 2 | 2. Set a custom weekend parameter | Free |
| 3 | 3. Add a holiday range | Free |
| 4 | 4. Use cross-sheet references and nested formulas | Free |
How-to Guide
1. Enter a basic NETWORKDAYS.INTL formula
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheet and select the cell where you want the result to appear.
- Type
=to begin the formula. - Type
NETWORKDAYS.INTL(and review the function guidance. - Enter the start date and end date arguments.
- Type the closing parenthesis and press Enter to return the result.
Success Criteria
- The cell returns a working-day result.
- Function guidance appears after the function name is entered.
- The result updates automatically when the date values change.
Tips While Using
- Date arguments should be valid dates or references to date cells.
- The formula must begin with
=.
2. Set a custom weekend parameter
Entry point: result cell → formula bar
- In the existing formula, add the third argument after the first two date arguments.
- Use a numeric code to define the weekend type, or enter a 7-character text string to define workdays and weekends.
- Make sure the arguments are separated correctly.
- Press Enter to update the result.
Success Criteria
- The formula returns a valid result.
- The workday total changes when the weekend parameter changes.
Tips While Using
- The 7-character text string should follow the weekly order used by the function.
- If the parameter format is incorrect, the formula may return an error.
3. Add a holiday range
Entry point: result cell → formula bar
- Prepare a list of holiday dates in the worksheet.
- Add the holiday range argument in the formula.
- Select the holiday cell range as the reference.
- Press Enter and review the updated result.
Success Criteria
- Holiday dates are excluded from the workday count.
- The result changes when the holiday range is updated.
Tips While Using
- Values in the holiday range should be valid dates.
- Avoid mixing text or non-date values into the holiday range.
4. Use cross-sheet references and nested formulas
Entry point: formula bar
- Reference date cells from another worksheet in the formula arguments.
- Combine NETWORKDAYS.INTL with other functions when needed.
- Check that the references and parentheses are complete.
- Press Enter to finish the calculation and confirm that updates flow through when source data changes.
Success Criteria
- The formula correctly references data from another worksheet.
- The nested formula returns a result and remains editable.
Tips While Using
- Confirm that worksheet names and cell references are correct for cross-sheet formulas.
- For longer formulas, edit in the formula bar for easier review.