This how-to guide includes 3 topics: entering PRICEMAT through Insert Function, typing the formula directly, and reviewing syntax and parameter details; all 3 topics are available without membership.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter PRICEMAT through the Insert Function dialog | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Review the syntax and parameter details | Free |
How-to Guide
1. Enter PRICEMAT through 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 PRICEMAT in the Insert Function dialog.
- Select the function and click OK.
- Enter each parameter in the Function Arguments dialog.
- Click OK to finish entering the function.
Success Criteria
- UI state: The target cell now contains the PRICEMAT function.
- Next actions: You can continue editing parameters, copy the formula, or fill it down to other cells.
Tips While Using
- Common mistakes: Entering parameters in the wrong order can affect the calculation result.
- Environment limits: Date parameters should use valid date values.
2. Type the formula directly in a cell
Entry point: Cell → Formula bar
- Select the cell where you want to enter the formula.
- Type
=PRICEMAT(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review parameter hints, watch the formula bar prompt after typing the opening parenthesis.
Success Criteria
- UI state: The cell shows the calculation result, and the formula bar keeps the full formula.
- Next actions: You can drag the fill handle to apply the formula to more cells.
Tips While Using
- Common mistakes: Full-width punctuation or missing parentheses can prevent the formula from calculating correctly.
- Environment limits: Dates, rates, and yields should use valid calculable formats.
3. Review the syntax and parameter details
Entry point: Formulas tab → Insert Function
- Click Insert Function on the Formulas tab.
- Type PRICEMAT in the search box.
- Select the function and review the syntax:
PRICEMAT(settlement, maturity, issue, rate, yld, [basis]). - Check the meaning of each parameter before completing the formula entry.
Success Criteria
- UI state: You can see the function name, syntax structure, and parameter entry area.
- Next actions: You can return to the worksheet and continue entering or editing the formula.
Tips While Using
- Common mistakes: Ignoring the optional basis parameter can lead to a result that does not match your expected day-count method.