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
DEC2OCT
Converting a decimal number to octal format for specific numeral system requirements
Learn moreAVERAGEA
Finding the mean including text and logical values for broader averaging
Learn moreUPPER
Converting text to uppercase for standardization
Learn moreLOG10
Calculating the base-10 logarithm for scientific or engineering scales
Learn moreMAX
Finding the largest numeric value in a range for peak analysis
Learn moreVAR
Estimating sample variance for variability analysis
Learn moreFIND
Locating the position of text within a string (case-sensitive)
Learn moreLOWER
Converting text to lowercase for standardization
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.