Use ACCRINT through 3 how-to topics: entering it from the Insert Function dialog, typing the formula directly in a cell, and reviewing the syntax and argument details; all 3 topics are available without membership.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter ACCRINT through the Insert Function dialog | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Review the syntax and argument details | Free |
How-to Guide
1. Enter ACCRINT through the Insert Function dialog
Entry point: Formulas tab → Insert Function, or the fx button in the formula bar
- 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 ACCRINT in the Insert Function dialog.
- Select the function and click OK.
- Enter each argument in the Function Arguments dialog.
- Click OK to finish entering the function.
Success Criteria
- UI state: The target cell now contains the ACCRINT function.
- Next actions: You can continue editing arguments, copy the formula, or review the result.
Tips While Using
- Common mistakes: An incorrect function name or incorrect arguments can cause an error or an unexpected result.
- Environment limits: An internet connection is usually required if you want to open online help pages.
2. Type the formula directly in a cell
Entry point: A worksheet cell or the formula bar
- Select the cell where you want to enter the formula.
- Type =ACCRINT(...) directly in the cell or in the formula bar.
- Press Enter to confirm.
- If you want to review the arguments, type =ACCRINT( and then press
F1to check the syntax prompt.
Success Criteria
- UI state: The cell shows the calculation result, and the full formula remains visible in the formula bar.
- Next actions: You can drag the fill handle to reuse the formula across more cells.
Tips While Using
- Common mistakes: Separate arguments with English commas. Full-width punctuation can prevent the formula from calculating correctly.
- Environment limits: Whether the shortcut prompt is available depends on the current system and keyboard settings.
3. Review the syntax and argument details
Entry point: Formulas tab → Insert Function
- Click Insert Function on the Formulas tab.
- Type ACCRINT in the search box.
- Select the function and review the syntax:
ACCRINT(issue, first_interest, settlement, rate, par, frequency, [basis], [calc_method]). - Click the help link for the function to open more detailed information.
Success Criteria
- UI state: You can see the function syntax and the argument order.
- Next actions: You can return to the worksheet to continue entering the formula or adjust arguments after reviewing the help details.
Tips While Using
- Common mistakes: When you skip optional arguments, still confirm that the default calculation behavior matches your business scenario.
- Environment limits: Opening the help link usually requires an internet connection.