Use NETWORKDAYS.PLUS through 3 how-to topics in WPS multi-dimensional tables on Windows; 3 items are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call NETWORKDAYS.PLUS | Free |
| 2 | 2. Set parameters and exclude holidays | Free |
| 3 | 3. Combine NETWORKDAYS.PLUS with other functions | Free |
How-to Guide
1. Create a formula field and call NETWORKDAYS.PLUS
Entry path: Add Field → Formula
- Open the target multi-dimensional table.
- Click Add Field.
- Select Formula as the field type.
- Enter a formula that includes
NETWORKDAYS.PLUSin the formula editor. - Click Confirm to save the formula.
Success Criteria
- Interface result: A new formula field appears in the table.
- What you can do next: The field shows a calculated result and remains editable.
Tips While Using
- Common mistake: If you choose Text or Number instead of Formula, you cannot enter the function directly.
- Environment note: You need edit permission for the current multi-dimensional table.
2. Set parameters and exclude holidays
Entry path: Formula Editor → Function input area
- Enter
NETWORKDAYS.PLUSin the formula editor. - Fill in the required date-related parameters.
- If you need to exclude holidays, add the holiday parameter or reference the related date data based on your table design.
- Check the parameter format and save the formula.
Success Criteria
- Interface result: The formula saves successfully without parameter-format errors.
- What you can do next: The result updates according to the date and holiday rules you set.
Tips While Using
- Common mistake: Inconsistent date field formats can cause unexpected results.
- Environment note: Holiday exclusion depends on whether the date data you provide in the formula is complete.
3. Combine NETWORKDAYS.PLUS with other functions
Entry path: Formula Editor → Combined function input
- Start with the basic
NETWORKDAYS.PLUSlogic in a formula field. - Add other date or conditional functions based on your business needs.
- Save the formula and check whether the result updates when record data changes.
- If the result is not what you expect, return to the formula editor and adjust the nested logic.
Success Criteria
- Interface result: The formula field returns a usable result.
- What you can do next: When source data changes, the result refreshes accordingly.
Tips While Using
- Common mistake: With deeper nesting, parentheses or parameter order can easily be entered incorrectly.
- Environment note: For complex formulas, test simple conditions first and expand step by step.