Use the PDURATION function through 4 how-to topics, including entering the formula, filling in parameters, combining references and nested formulas, and checking recalculation results.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the PDURATION function | Free |
| 2 | 2. Fill in parameters with syntax prompts | Free |
| 3 | 3. Use cross-sheet references and nested formulas | Free |
| 4 | 4. Check results and recalculation | Free |
How-to Guide
1. Enter the PDURATION function
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheet and select the cell where you want the result to appear.
- Type
=to start a formula. - Type
PDURATION(. - Get ready to enter the function arguments.
Success Criteria
- Interface result: the selected cell enters formula editing mode.
- What you can do next: you can continue entering
rate,pv, andfv.
Tips While Using
- Common mistake: if you do not start with
=, the content is treated as plain text.- Environment note: make sure you are editing a worksheet cell that accepts formulas.
2. Fill in parameters with syntax prompts
Entry point: formula bar or active cell
- After typing
PDURATION(, review the syntax prompt shown by the app. - Enter the fixed rate, present value, and future value in order.
- Separate the arguments with commas.
- Type the closing parenthesis
). - Press Enter to confirm.
Success Criteria
- Interface result: the cell displays a calculated result.
- What you can do next: select the cell again to review the full formula in the formula bar.
Tips While Using
- Common mistake: unmatched parentheses or missing separators can cause an error.
- Environment note: use valid numeric inputs instead of unsupported text values.
3. Use cross-sheet references and nested formulas
Entry point: formula bar
- Insert references to cells in the current worksheet or another worksheet where needed.
- If you need a combined calculation, place another function result inside a PDURATION argument.
- Check that the references and formula structure are correct.
- Press Enter to confirm the formula.
Success Criteria
- Interface result: the cell returns an updated calculation result.
- What you can do next: edit referenced cells and continue observing result changes.
Tips While Using
- Common mistake: an incorrect sheet name or cell reference can affect the result.
- Environment note: nested formulas should return valid numeric values before PDURATION evaluates them.
4. Check results and recalculation
Entry point: result cell and referenced cells
- Review the current PDURATION result in the selected cell.
- Change the rate, present value, or future value used by the formula.
- Check whether the result updates when the referenced data changes.
- If the result looks wrong, review cell formats, argument order, and formula structure.
Success Criteria
- Interface result: the result updates when referenced values change.
- What you can do next: save, copy, or extend the formula to other cells.
Tips While Using
- Common mistake: text-formatted numbers, circular references, or incorrect argument order can affect the result.
- Environment note: if worksheet calculation behavior seems unusual, review the formula and recalculate if needed.