Use the YIELD function in WPS through 3 how-to topics, all available without membership; start from the How-to Index to enter formulas, review syntax, and verify results.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter YIELD from the Insert Function dialog | Free |
| 2 | 2. Type the YIELD formula directly in a cell | Free |
| 3 | 3. Check YIELD syntax and parameter details | Free |
How-to Guide
1. Enter YIELD from the Insert Function dialog
Entry point: Formula tab → Insert Function, or the fx button in the formula bar
- Select the cell where you want to enter the formula.
- Click the
fxbutton in the formula bar, or click Insert Function on the Formula tab. - Search for
YIELDin the dialog box. - Select the function and click OK.
- Enter each parameter in the Function Arguments dialog.
- Click OK to insert the function.
Success Criteria
- Interface result: The target cell now contains a YIELD formula.
- What you can do next: You can edit parameters, copy the formula, or review the calculated result.
Tips While Using
- Separate arguments with commas.
- Dates, prices, and rates should use proper data formats to avoid errors caused by text values.
2. Type the YIELD formula directly in a cell
Entry point: A target cell or the formula bar
- Select the cell where you want to enter the formula.
- Type
=YIELD(...)directly in the cell or formula bar. - Press Enter to confirm.
- If you want to review parameter guidance, type
=YIELD(and then pressF1to view syntax help.
Success Criteria
- Interface result: The cell shows a calculated result, and the full formula remains visible in the formula bar.
- What you can do next: You can drag the fill handle to copy the formula or continue editing cell references.
Tips While Using
- If the result shows an error value, first check parameter types, references, and separators.
- When copying formulas in bulk, confirm that relative and absolute references behave as expected.
3. Check YIELD syntax and parameter details
Entry point: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Type
YIELDin the search box. - Select the function and review the syntax:
YIELD(settlement, maturity, rate, pr, redemption, frequency, [basis]). - Click the help link for the function to review more details.
Success Criteria
- Interface result: You can see the function name, syntax structure, and parameter input area.
- What you can do next: You can return to the worksheet to continue entering the formula or adjust parameters after reviewing the help information.
Tips While Using
basisis optional, so confirm whether you need to specify a day-count basis before entering it.- If the result does not match expectations, check the argument order first.