ACCRINT Function in Excel

The ACCRINT function calculates accrued interest for a security that pays periodic interest, enabling accurate financial reporting and bond valuation.

ExcelExcel
Google SheetsGoogle Sheets
financial
intermediate
Syntax Preview
ExcelExcelGoogle SheetsGoogle Sheets
=ACCRINT(issue, first_interest, settlement, rate, par, frequency, [basis], [calc_method])

Practical Examples

Basic Bond Accrued Interest Calculation

Calculate accrued interest for a corporate bond with semi-annual payments

Result: $10.83

Treasury Bond with Actual/Actual Basis

Calculate accrued interest using actual/actual day count convention

Result: $15.74

Quarterly Payment Corporate Bond

Calculate accrued interest for a bond with quarterly coupon payments

Result: $37.50

European Bond with 30/360 Basis

Calculate accrued interest using European day count convention

Result: $143.75

Accrued Interest from First Interest Date

Calculate using calc_method FALSE to accrue from first interest date

Result: $7.56

Error Handling for Date Validation

Demonstrate proper error handling and date validation

Result: Error message or valid result

Common Errors and Solutions

#NUM!

Settlement date is before the issue date

Cause:

Settlement date is before the issue date

Solution:

Ensure the settlement date comes after the issue date in chronological order

Prevention:

Validate date order before calculation

Frequency: 20%

Example:

#NUM!

Invalid frequency value

Cause:

Invalid frequency value (not 1, 2, or 4)

Solution:

Use only valid frequency values: 1 for annual, 2 for semi-annual, or 4 for quarterly payments

Prevention:

Use data validation to restrict frequency input

Frequency: 15%

Example:

#NUM!

Invalid basis value

Cause:

Invalid basis value (not 0-4)

Solution:

Use basis values 0-4: 0 for US 30/360, 1 for actual/actual, 2 for actual/360, 3 for actual/365, 4 for European 30/360

Prevention:

Document which basis to use for different security types

Frequency: 10%

Example:

#VALUE!

Invalid date format or non-numeric values

Cause:

Invalid date format or non-numeric values

Solution:

Use DATE function for date parameters and ensure rate, par, frequency, and basis are numeric values

Prevention:

Always use DATE function for dates

Frequency: 25%

Example:

#NUM!

Negative rate or par value

Cause:

Negative rate or par value

Solution:

Verify that both rate and par value are positive numbers

Prevention:

Add validation to ensure positive values

Frequency: 5%

Example:

Advanced Tips and Best Practices

Use DATE Function for Dates

Always use the DATE function for date parameters to ensure proper date formatting and avoid regional date format issues

Choose Correct Day Count Basis

Understand your security's day count convention before choosing the basis parameter, as different markets use different conventions

Validate Date Order

Validate that dates are in correct chronological order (issue < first_interest < settlement) before calculation

Production Error Handling

Use IFERROR wrapper for production calculations to gracefully handle invalid inputs and provide meaningful error messages

Market-Specific Rules

Consider timezone and settlement date rules specific to your market when calculating accrued interest

Compare with ACCRINTM

Compare results with ACCRINTM for securities that pay interest only at maturity to ensure you're using the correct function

Document Basis Used

Document the basis used in your calculations for audit trails and transparency in financial reporting

Need Help with ACCRINT Function in Excel?

Stop struggling with formula syntax. Use AskFormulas to generate validated formulas instantly with our AI-powered tool.

Example Excel formula:

Related Formulas

FV Function in Excel

The FV function calculates future value of investments with constant payments and interest rate. Master retirement planning and savings goals with examples.

intermediate
financial
ExcelExcel
Google SheetsSheets
Validated
IPMT Function in Excel

The IPMT function calculates interest portion of loan payments. Learn syntax, examples, and solutions in Excel and Google Sheets.

intermediate
financial
ExcelExcel
Google SheetsSheets
Validated
PV Function in Excel

The PV function calculates the present value of an investment or loan with constant periodic payments and a constant interest rate. Master PV with examples,...

intermediate
financial
ExcelExcel
Google SheetsSheets
Validated
RATE Function in Excel

The RATE function calculates interest rate per period for loans. Master RATE with examples, error solutions, and tips. Get examples, tips, and solutions.

intermediate
financial
ExcelExcel
Google SheetsSheets
Validated