Use the FVSCHEDULE function in WPS with 3 how-to topics, all available without membership, and jump to the exact workflow from the How-to Index.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter it from the Insert Function dialog | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Review syntax and parameter details | Free |
How-to Guide
1. Enter it from the Insert Function dialog
Entry point: Formulas tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the fx button in the formula bar, or click Insert Function on the Formulas tab.
- Search for
FVSCHEDULEin the dialog box. - Select the function and click OK.
- Enter each parameter in the Function Arguments dialog box.
- Click OK to finish.
Success Criteria
- The selected cell now contains the FVSCHEDULE function.
- A result is returned after the parameters are entered.
- You can continue editing, copying, or saving the worksheet.
Tips While Using
- Search with the English function name
FVSCHEDULE.- Keep the parameter order consistent with the fields shown in the dialog box.
2. Type the formula directly in a cell
Entry point: Cell → Formula bar
- Select the target cell.
- Type
=FVSCHEDULE(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review syntax guidance, type
=FVSCHEDULE(and then pressF1.
Success Criteria
- The cell shows a calculation result or a complete formula entry.
- The full FVSCHEDULE formula is visible in the formula bar.
- You can continue filling, copying, or editing the formula.
Tips While Using
- Use English commas as parameter separators.
- If the result looks incorrect, check whether the parameters are valid numbers or ranges.
3. Review syntax and parameter details
Entry point: Formulas tab → Insert Function
- Click Insert Function on the Formulas tab.
- Search for
FVSCHEDULE. - Select the function and review the syntax:
FVSCHEDULE(principal, schedule). - Click the help link for more details if it is available.
Success Criteria
- You can see the function name, syntax, and parameter area.
- You can confirm the input requirements for
principalandschedule. - You can continue entering the formula or troubleshooting input issues.
Tips While Using
- Reviewing syntax is useful before final entry.
- If the worksheet already contains data, check the referenced range before returning to editing.