Use WORKDAY.INTL in WPS on Windows with 3 practical topics; all 3 are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Insert it from the Insert Function dialog | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Review the syntax and arguments | Free |
How-to Guide
1. Insert it from the Insert Function dialog
Entry point: Formulas tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the
fxbutton in the formula bar, or clickInsert Functionon the Formulas tab. - Search for
WORKDAY.INTLin the dialog box. - Select the function and click
OK. - Enter the required arguments in the Function Arguments dialog box.
- Click
OKto finish inserting the formula.
Success Criteria
- The cell contains the WORKDAY.INTL function.
- You can enter the start date, day count, weekend rule, and holiday argument normally.
Tips While Using
- Use English commas as argument separators.
- For date arguments, use valid dates or cell references that contain dates.
2. Type the formula directly in a cell
Entry point: Cell → Formula bar
- Select the target cell.
- Type
=WORKDAY.INTL(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review argument hints, type the opening parenthesis first and continue filling in the arguments.
Success Criteria
- The cell returns a date result or shows an editable formula expression.
- The full formula is visible in the formula bar.
Tips While Using
- If the result shows an error, check the date format, weekend argument, and holiday reference range.
- When filling the formula across rows, review relative and absolute references.
3. Review the syntax and arguments
Entry point: Formulas tab → Insert Function
- Click
Insert Functionon the Formulas tab. - Search for
WORKDAY.INTL. - Select the function and review the syntax
WORKDAY.INTL(start_date, days, [weekend], [holidays]). - Confirm the purpose of each argument before completing the formula.
Success Criteria
- You can see the full syntax and argument order.
- You can distinguish required arguments from optional ones.
Tips While Using
- The
weekendargument can use either a number or a string pattern.- The
holidaysargument is easier to manage when it references a cell range that contains dates.