When using ACCRINT, 3 common issue types come up most often: formula errors, function guidance, and unexpected results; this FAQ covers 3 frequent questions.
FAQ
What should I do if the ACCRINT function shows an error after I enter it?
- Check whether the formula starts with
=. - Make sure the parentheses are paired correctly and the separators are correct.
- Check whether the argument types and count match the function requirements.
- If you referenced cells, confirm that the dates and numeric values are valid.
How can I view guidance for the ACCRINT function?
- Type
=ACCRINT(in a worksheet cell. - Review the syntax prompt and argument guidance that appears.
- Fill in the arguments one by one while checking the meaning of each argument.
Why does the ACCRINT result look incorrect?
- Check whether referenced cells contain numbers stored as text.
- Review the date order, rate, par value, and frequency values.
- Check for circular references or incorrect reference ranges.
- After correcting the data, wait for automatic recalculation or press F9 to recalculate.
Glossary
| Term | Definition |
|---|---|
| ACCRINT | A financial function used to calculate the accrued interest of a security that pays periodic interest. |
| Cell reference | A cell address used as an argument in a formula so the result can update when source data changes. |
| Nested calculation | A calculation pattern that combines one formula with other functions or referenced results to build more complex logic. |