Use WORKDAY through 4 practical topics that cover entering the function, filling in arguments, excluding holidays, and combining references; 4 items are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the WORKDAY function | Free |
| 2 | 2. Fill in the start date and workday count | Free |
| 3 | 3. Add the holiday argument | Free |
| 4 | 4. Use cell references and nested formulas | Free |
How-to Guide
1. Enter the WORKDAY function
Entry point: Formula tab → formula bar
- Open WPS Spreadsheet and select the target cell.
- Type
=to start a formula. - Type
WORKDAY(. - Review the syntax prompt, then continue entering arguments.
Success Criteria
- On-screen result: The cell enters formula-editing mode and shows WORKDAY-related guidance.
- Next action available: You can continue entering the start date, workday count, and optional holiday argument.
Tips While Using
- Common mistake: If you do not start with
=, the content may be treated as plain text.- Environment note: The formula must be entered in an editable cell.
2. Fill in the start date and workday count
Entry point: Type directly in the selected cell
- In the target cell, type
=WORKDAY(. - Enter the start date argument, or reference a cell that contains a date.
- Type a comma, then enter the number of working days.
- Type the closing parenthesis and press Enter.
Example: =WORKDAY(A2,10)
Success Criteria
- On-screen result: The cell returns a date result.
- Next action available: You can copy the formula or edit the arguments to recalculate.
Tips While Using
- Common mistake: If the start date is stored as text, the result may be incorrect.
- Common mistake: If the workday count is not an integer, the decimal part may affect expectations, so an integer is recommended.
3. Add the holiday argument
Entry point: Formula bar → continue after the existing arguments
- Enter the start date and workday count first.
- Type a comma after the second argument.
- Select a holiday date range, or enter an array constant that contains dates.
- Press Enter to confirm the result.
Example: =WORKDAY(A2,10,F2:F10)
Success Criteria
- On-screen result: The returned date excludes the dates listed in the holiday range.
- Next action available: When you update the holiday range, the result updates as well.
Tips While Using
- Common mistake: Non-date values inside the holiday range may affect the result.
- Environment note: Keeping holidays in one continuous date range makes maintenance easier.
4. Use cell references and nested formulas
Entry point: Formula bar
- Reference the start date cell and the workday count cell in the formula.
- Add a holiday range reference if needed.
- Place
WORKDAYinside a longer business formula, or combine it with other functions. - Change the source data and confirm that the result updates automatically.
Example: =WORKDAY(B2,C2,H2:H20)
Success Criteria
- On-screen result: The result date changes when the source data changes.
- Next action available: You can fill the formula down to more rows for batch scheduling.
Tips While Using
- Common mistake: If a moved range is not updated with the correct absolute reference, the result may shift unexpectedly.
- Environment note: For cross-sheet references, make sure the referenced sheet contains valid date values.