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
YEAR
Extracting the year component from a date value
Learn moreFACT
Calculating the factorial of a number for permutations or probability
Learn moreFLOOR
Rounding a number down to the nearest specified multiple for conservative estimates
Learn moreTYPE
Returning a number indicating the data type of a value
Learn moreEXP
Calculating the exponential value (e^x) for growth or decay models
Learn moreNOT
Reversing the logical value of an expression
Learn moreSIGN
Determining the sign of a number for directional analysis
Learn moreDATEVALUE
Converting a date stored as text to a serial number
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.