This FAQ covers 4 common questions about entering the formula, checking parameters, validating results, and using references in WPS Spreadsheet on Windows, followed by a short glossary of key terms.
FAQ
What should I do if NETWORKDAYS.PLUS returns an error?
- Check whether the formula starts with
=. - Check the function spelling, parentheses, and comma separators.
- Confirm that the start-date and end-date parameters are in the correct positions.
- If you use a holiday parameter, make sure the referenced values are valid dates.
How can I view the parameter prompt for NETWORKDAYS.PLUS?
- Select the target cell and type
=. - Type
NETWORKDAYS.PLUS(. - Watch the formula area for the syntax prompt.
- Enter the parameters in order and complete the formula.
Why is the calculated result different from what I expected?
- Check whether the start date and end date were entered in reverse order.
- Confirm whether the holiday parameter includes the dates that should be excluded.
- Check whether the date cells are stored as text.
- Review whether your business rule should use working days instead of calendar days.
Can I combine NETWORKDAYS.PLUS with other formulas?
- Yes. You can reference the results of other cells in the parameters.
- You can also use this function as part of a larger formula.
- When combining formulas, verify each referenced value first.
- Then confirm the final result together.
Glossary
| Term | Definition |
|---|---|
| Working day | A date counted for work or project execution, usually excluding weekends. |
| Holiday parameter | An extra date list or range passed into the function so specified dates are excluded from the workday count. |
| Cross-sheet reference | A formula reference that points to a cell or range in another worksheet. |
| Automatic recalculation | Formula results update automatically when referenced data changes. |