ACCRINT Google Sheet Formula
Generate Google Sheet ACCRINT Formulas in seconds
Interactive Formula Generator
Formula Generator
Create complex Google Sheets formulas with natural language. Simply describe what you want to calculate.
Upgrade to Sheet Alchemy Pro
Get advanced formulas, batch processing, and priority support
Input
Result
Your formula will be displayed here:
Your formula will appear here
Describe what you want to calculate and click Generate
Pro Features Available
Sheet Alchemy Pro includes additional advanced features to enhance your formula generation.
Advanced Formulas
Complex array formulas and dynamic ranges
Batch Processing
Generate multiple formulas at once
Unlimited History
Save and organize all your formulas
ACCRINT Formula Syntax
Example Use Case
Calculating accrued interest for a security that pays periodic interest
Understanding the ACCRINT Formula
The ACCRINT function in Excel calculates the accrued interest for a security that pays periodic interest. It's a financial tool for investment analysis—like determining the interest earned on bonds or notes between payment dates.
ACCRINT("2022-01-01", "2022-03-01", "2022-12-31", 0.05, 1000, 2, 0) returns the accrued interest for a bond with 5% annual rate and $1,000 par value, with semiannual payments. It takes issue_date, first_interest, settlement, rate, par, frequency, basis, and optional calc_method arguments, providing accurate interest calculations per financial industry standards.
Why Use ACCRINT?
ACCRINT handles bond valuations—think fixed-income investments or treasury securities. Its comprehensive parameter set allows for precise interest calculations following established conventions, making it essential for financial modeling, portfolio valuation, or investment analysis.
Example with Sample Data
Parameters | Formula | Result |
---|---|---|
Issue: 1/1/2022 First Int: 3/1/2022 Settle: 12/31/2022 5%, $1000, Semi-annual | =ACCRINT("1/1/2022", "3/1/2022", "12/31/2022", 0.05, 1000, 2, 0) | 50.00 |
Issue: 1/1/2022 First Int: 3/1/2022 Settle: 7/15/2022 4.5%, $5000, Quarterly | =ACCRINT("1/1/2022", "3/1/2022", "7/15/2022", 0.045, 5000, 4, 0) | 129.38 |
Issue: 1/1/2022 First Int: 3/1/2022 Settle: 12/31/2022 5%, $1000, Semi-annual Actual/365 basis | =ACCRINT("1/1/2022", "3/1/2022", "12/31/2022", 0.05, 1000, 2, 3) | 49.32 |
ACCRINT calculates periodic interest: $50 accrued on a $1000 bond at 5%. It's a bond interest calculator.
Explore More Google Sheet Formulas
ADDRESS
Creating a cell reference as text by providing row and column numbers
Learn moreGCD
Finding the greatest common divisor of numbers for simplifying fractions or ratios
Learn moreSQRTPI
Calculating the square root of a number times π for circular calculations
Learn moreATAN2
Calculating the angle (in radians) from x and y coordinates for directional analysis
Learn moreMDETERM
Calculating the determinant of a matrix for linear algebra applications
Learn moreCOSH
Calculating the hyperbolic cosine for exponential or physical modeling
Learn moreMODE
Finding the most frequent numeric value in a range
Learn moreROMAN
Converting numbers to Roman numerals for outlines or labels
Learn moreUnlock the Full Power of Sheet Alchemy
Get access to all our formula generators, script generators, and conversion tools with a free Sheet Alchemy account.